Files
kotlin-fork/idea/testData/quickfix/autoImports/namelessFunction.kt
T
Valentin Kipyatkov 9cddd0d1a4 Renamed classes
2016-08-29 13:38:17 +03:00

8 lines
190 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 : TTTTT = null
}