Files
kotlin/idea/testData/quickfix/createFromUsage/createVariable/primaryParameter/staticValOnJavaClass.before.Main.kt
2015-10-20 18:39:47 +03:00

9 lines
190 B
Kotlin
Vendored

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