Files
kotlin/compiler/testData/diagnostics/tests/script/LateInit.kts

5 lines
53 B
Kotlin
Vendored

lateinit var s: String
fun foo() {
s = "Hello"
}