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