Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/staticFunOnJavaClass.after.kt
2015-02-20 17:28:39 +03:00

8 lines
118 B
Kotlin

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