Files
kotlin-fork/idea/idea-completion/testData/basic/common/primitiveCompletion/completionInPropertyLambdaInitializer.kt
T
Roman Golyshev f641466f70 FIR IDE: Fix searching for the closest function to re-resolve
If the function is local, there would be errors related to its
unresolved body and receiver type
2021-03-19 12:37:39 +03:00

9 lines
116 B
Kotlin
Vendored

// FIR_COMPARISON
val topLevelVal = ""
val otherVal: () -> Unit = {
val foo = <caret>
}
// EXIST: topLevelVal