Rename: Fix rename of import alias referring to object member
#KT-18096 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Foo.foo as baz
|
||||
|
||||
object Foo {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
baz()
|
||||
}
|
||||
Reference in New Issue
Block a user