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

7 lines
199 B
Kotlin

// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
// ERROR: Function 'f' must have a body
// ERROR: Unresolved reference: TTT
fun f(: Int) {
val t: TTT = null
}