Files
kotlin-fork/compiler/testData/diagnostics/tests/script/LateInit.kts
T

8 lines
91 B
Kotlin
Vendored

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