75ed167566
This way we will have a single place to get information about scopes, so in the future it would be easier to refactor it
9 lines
124 B
Kotlin
Vendored
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 |