4da9a101cf
(cherry picked from commit 88f9938)
7 lines
104 B
Kotlin
Vendored
7 lines
104 B
Kotlin
Vendored
class Foo {
|
|
<!UNNECESSARY_LATEINIT!>lateinit<!> var bar: String
|
|
|
|
init {
|
|
bar = ""
|
|
}
|
|
} |