Unwrap property imported from object on property access
#KT-18982 Fixed Target versions 1.1.5
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Foo.bar0 as bar
|
||||
|
||||
object Foo {
|
||||
val bar0 = "OK"
|
||||
|
||||
fun test() = bar0
|
||||
}
|
||||
|
||||
fun box() = Foo.test()
|
||||
Reference in New Issue
Block a user