21c2268f70
Many incorrect tests fixed
8 lines
197 B
Kotlin
Vendored
8 lines
197 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
|
|
// ERROR: Unresolved reference: TTTTT
|
|
// ERROR: Function declaration must have a name
|
|
|
|
fun () {
|
|
val tttt : <caret>TTTTT = null
|
|
}
|