47448d779c
also add script scopes test
6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
lateinit var s: String
|
|
|
|
fun foo() {
|
|
s = "Hello"
|
|
} |