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
Plaintext
Vendored
6 lines
97 B
Plaintext
Vendored
// "Change to var" "true"
|
|
|
|
class A() {
|
|
<caret>lateinit var foo: String
|
|
}
|
|
/* FIR_COMPARISON */ |