5fb79259f7
(cherry picked from commit 45d82f1)
9 lines
108 B
Kotlin
Vendored
9 lines
108 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
class Foo {
|
|
lateinit var bar: String
|
|
|
|
fun init() {
|
|
bar = ""
|
|
}
|
|
} |