5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
// "Make not-nullable" "true"
|
|
|
|
class A() {
|
|
<caret>lateinit var foo: String?
|
|
} |