7 lines
135 B
Kotlin
Vendored
7 lines
135 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
|
// ERROR: Unresolved reference: TTT
|
|
|
|
class {
|
|
val t: TTT = null
|
|
}
|