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

8 lines
110 B
Kotlin

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