4e44804c77
Also changed FE1.0 checker and all related fix factories to report error on the declaration instead of the lateinit modifier. This is consistent with the direction of all checkers in FIR (no reporting on modifiers).
6 lines
97 B
Kotlin
Vendored
6 lines
97 B
Kotlin
Vendored
// "Change to var" "true"
|
|
|
|
class A() {
|
|
<caret>lateinit val foo: String
|
|
}
|
|
/* FIR_COMPARISON */ |