[AA] implement KtFirSimpleNameReference.getImportAlias
^ KT-62980 fixed Merge-request: KT-MR-12786 Merged-by: Anna Kozlova <Anna.Kozlova@jetbrains.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// TYPE_ALIAS: as bar
|
||||
import Foo.foo as bar
|
||||
|
||||
object Foo {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
b<caret>ar()
|
||||
}
|
||||
Reference in New Issue
Block a user