Files
kotlin-fork/idea/testData/quickfix/autoImports/namelessFunction.kt
T
Valentin Kipyatkov 21c2268f70 Protection against "<caret>" missing in test data
Many incorrect tests fixed
2016-09-27 18:05:26 +03:00

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
}