28331bca9f
#KT-9418 Fixed
10 lines
112 B
Kotlin
Vendored
10 lines
112 B
Kotlin
Vendored
// RUN_HIGHLIGHTING_BEFORE
|
|
|
|
fun foo() {
|
|
unresolvedInFoo()
|
|
}
|
|
|
|
fun String.<caret>
|
|
|
|
// ABSENT: unresolvedInFoo
|