5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
// "Remove initializer from property" "true"
|
|
|
|
class A {
|
|
<caret>lateinit var str = ""
|
|
} |