blob: 4e73fb48866f76d1a6478696b38120a3d0e5e3d8 [file] [log] [blame]
// "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
}