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