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

8 lines
127 B
Kotlin
Vendored

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