5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
// "Change to var" "true"
|
|
|
|
class A() {
|
|
<caret>lateinit val foo: String
|
|
} |