Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/staticFunOnJavaClass.before.Main.kt
2016-07-20 15:39:19 +03:00

8 lines
134 B
Kotlin
Vendored

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