Files
kotlin/idea/testData/quickfix/createFromUsage/createVariable/property/staticValOnJavaClass.before.Main.kt
2015-02-20 17:28:39 +03:00

7 lines
116 B
Kotlin

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