Files
kotlin-fork/plugins/assign-plugin/testData/diagnostics/localVariables.fir.diag.txt
T

14 lines
685 B
Plaintext
Vendored

/localVariables.fir.kt:(401,409): error: 'val' cannot be reassigned.
/localVariables.fir.kt:(412,418): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/localVariables.fir.kt:(521,529): error: 'val' cannot be reassigned.
/localVariables.fir.kt:(673,679): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/localVariables.fir.kt:(917,925): error: 'val' cannot be reassigned.
/localVariables.fir.kt:(928,934): error: Assignment type mismatch: actual type is 'kotlin/String', but 'StringProperty' was expected.
/localVariables.fir.kt:(995,1003): error: 'val' cannot be reassigned.