Files

8 lines
100 B
Kotlin
Vendored

// FIR_IDENTICAL
class Foo {
lateinit var bar: String
fun init() {
bar = ""
}
}