8 lines
192 B
Kotlin
8 lines
192 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: TTT
|
|
|
|
val : Int
|
|
get() {
|
|
val t : TTT = null
|
|
return 1
|
|
} |