Files
kotlin-fork/idea/idea-completion/testData/basic/common/InLongDotQualifiedExpression.kt
T
Roman Golyshev 75ed167566 FIR IDE: Use FirModuleResolveState instead of TowerDataContextProvider
This way we will have a single place to get information about scopes,
so in the future it would be easier to refactor it
2021-01-27 08:02:53 +00:00

9 lines
124 B
Kotlin
Vendored

// FIR_COMPARISON
// For KT-2796
fun test() {
val bVal = 1
b<caret>.app().app() // b is not there
}
// EXIST: bVal