Files
kotlin-fork/idea/testData/quickfix/autoImports/namelessFunction.kt
T

8 lines
210 B
Kotlin

// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
// ERROR: Unresolved reference: TTTTT
// ERROR: Function declaration must have a name
fun () {
val tttt : TTTTT = null
}