7 lines
116 B
Kotlin
7 lines
116 B
Kotlin
// "Create property 'foo'" "true"
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
fun test() {
|
|
val a: Int = J.<caret>foo
|
|
}
|