14037f099c
#KT-12869 Fixed
5 lines
62 B
Kotlin
Vendored
5 lines
62 B
Kotlin
Vendored
fun AI.A.bar() {
|
|
getFoo() // Found
|
|
foo // Not found
|
|
}
|