Files
kotlin/idea/testData/quickfix/createFromUsage/createVariable/property/staticValOnJavaInterface.before.Main.kt
2016-07-20 15:39:19 +03:00

8 lines
126 B
Kotlin
Vendored

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