[FIR] Render list of symbols with linebreaks as separators
#KT-61823 Fixed
This commit is contained in:
committed by
Space Team
parent
4c9fc8f214
commit
f231338cd6
@@ -1,7 +1,11 @@
|
||||
/incorrectUsage.fir.kt:(390,395): error: None of the following functions is applicable: [fun assign(v: String): Unit, fun assign(v: StringProperty): Unit]
|
||||
/incorrectUsage.fir.kt:(390,395): error: None of the following candidates is applicable:
|
||||
fun assign(v: String): Unit
|
||||
fun assign(v: StringProperty): Unit
|
||||
|
||||
/incorrectUsage.fir.kt:(396,397): error:
|
||||
|
||||
/incorrectUsage.fir.kt:(536,541): error: None of the following functions is applicable: [fun assign(v: String): Unit, fun assign(v: StringProperty): Unit]
|
||||
/incorrectUsage.fir.kt:(536,541): error: None of the following candidates is applicable:
|
||||
fun assign(v: String): Unit
|
||||
fun assign(v: StringProperty): Unit
|
||||
|
||||
/incorrectUsage.fir.kt:(542,543): error:
|
||||
|
||||
+3
-1
@@ -2,4 +2,6 @@
|
||||
|
||||
/plusAssignPrecedence.fir.kt:(2227,2229): error: Unresolved reference 'plusAssign'.
|
||||
|
||||
/plusAssignPrecedence.fir.kt:(2308,2310): error: Ambiguity between assign operator candidates: [fun plus(v: String): StringPropertyWithPlusAndPlusAssign, fun plusAssign(v: String): Unit]
|
||||
/plusAssignPrecedence.fir.kt:(2308,2310): error: Ambiguity between assign operator candidates:
|
||||
fun plus(v: String): StringPropertyWithPlusAndPlusAssign
|
||||
fun plusAssign(v: String): Unit
|
||||
|
||||
Reference in New Issue
Block a user