10 lines
121 B
Plaintext
Vendored
10 lines
121 B
Plaintext
Vendored
// "Create property 'foo'" "true"
|
|
|
|
fun test() {
|
|
val foo: Int
|
|
|
|
fun nestedTest(): Int {
|
|
return foo
|
|
}
|
|
}
|