Files

8 lines
91 B
Kotlin
Vendored

// FIR_IDENTICAL
// DUMP_CFG: LEVELS
lateinit var s: String
fun foo() {
s = "Hello"
}