Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
autoImports
/
namelessFunction.kt
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
}