8 lines
194 B
Kotlin
Vendored
8 lines
194 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
|
|
// ERROR: Unresolved reference: TTTTT
|
|
// ERROR: Function declaration must have a name
|
|
|
|
fun () {
|
|
val tttt : TTTTT = null
|
|
}
|