6 lines
159 B
Kotlin
6 lines
159 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: TTT
|
|
|
|
fun f(: Int) {
|
|
val t: TTT = null
|
|
} |