7 lines
162 B
Kotlin
7 lines
162 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: TTTTT
|
|
|
|
fun () {
|
|
val tttt : TTTTT = null
|
|
}
|