21c2268f70
Many incorrect tests fixed
8 lines
179 B
Kotlin
Vendored
8 lines
179 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
|
|
// ERROR: Unresolved reference: TTT
|
|
|
|
val : Int
|
|
get() {
|
|
val t : <caret>TTT = null
|
|
return 1
|
|
} |