6 lines
143 B
Kotlin
Vendored
6 lines
143 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
|
// ERROR: Unresolved reference: TTT
|
|
|
|
fun f(: Int) {
|
|
val t: TTT = null
|
|
} |