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