21c2268f70
Many incorrect tests fixed
6 lines
139 B
Kotlin
Vendored
6 lines
139 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
|
|
// ERROR: Unresolved reference: TTT
|
|
|
|
object {
|
|
val t : <caret>TTT = null
|
|
} |