7 lines
199 B
Kotlin
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
|
|
} |