205a125c5f
^ KT-62980 fixed Merge-request: KT-MR-12786 Merged-by: Anna Kozlova <Anna.Kozlova@jetbrains.com>
10 lines
114 B
Kotlin
Vendored
10 lines
114 B
Kotlin
Vendored
// TYPE_ALIAS: as bar
|
|
import Foo.foo as bar
|
|
|
|
object Foo {
|
|
val foo = 1
|
|
}
|
|
|
|
fun test() {
|
|
val x = b<caret>ar
|
|
} |