Files
kotlin-fork/plugins/assign-plugin/testData/diagnostics/noAnnotation.fir.diag.txt
T
2023-09-22 10:48:31 +00:00

20 lines
933 B
Plaintext
Vendored

/noAnnotation.fir.kt:(424,429): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(432,436): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(446,451): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(500,505): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(508,512): error: Assignment type mismatch: actual type is 'kotlin.String', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(544,549): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(588,593): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(596,598): error: Assignment type mismatch: actual type is 'kotlin.Int', but 'StringProperty' was expected.
/noAnnotation.fir.kt:(624,629): error: 'val' cannot be reassigned.
/noAnnotation.fir.kt:(632,634): error: Assignment type mismatch: actual type is 'kotlin.Int', but 'StringProperty' was expected.