Files
kotlin-fork/plugins/assign-plugin/testData/diagnostics/incorrectUsage.fir.diag.txt
T
2024-02-21 12:25:22 +00:00

12 lines
391 B
Plaintext
Vendored

/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 candidates is applicable:
fun assign(v: String): Unit
fun assign(v: StringProperty): Unit
/incorrectUsage.fir.kt:(542,543): error: