Temporary allow import
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
package c
|
package c
|
||||||
|
|
||||||
import b.a.A
|
import b.a.A
|
||||||
|
import b.a
|
||||||
|
|
||||||
fun bar() {
|
fun bar() {
|
||||||
val t: A = A()
|
val t: A = A()
|
||||||
b.a.foo()
|
a.foo()
|
||||||
println(b.a.x)
|
println(a.x)
|
||||||
b.a.x = ""
|
a.x = ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user