Files
kotlin/idea/testData/quickfix/createFromUsage/createVariable/property/staticValOnJavaClass.before.Main.kt

8 lines
117 B
Kotlin

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