Files
kotlin-fork/idea/testData/quickfix/autoImports/infixCall.before.Main.kt
T
2015-05-13 16:13:13 +02:00

10 lines
114 B
Kotlin
Vendored

// "Import" "true"
// ERROR: Unresolved reference: foo
package h
interface H
fun f(h: H) {
h <caret>foo h
}