Files
kotlin-fork/idea/testData/quickfix/autoImports/factoryFunctionFromLambda.after.kt
T
2015-02-12 18:18:01 +03:00

8 lines
97 B
Kotlin

// "Import" "true"
// ERROR: Unresolved reference: XXX
import ppp.XXX
fun f() {
XXX { 1 }
}