Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/call/staticFunOnJavaInterface.before.Main.kt
Valentin Kipyatkov 1ad5ea4f7e Corrected test data
2015-05-14 01:10:13 +03:00

7 lines
125 B
Kotlin

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