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