Support for simple cases when a namespace creates classes from other namespaces.
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package a.foo
|
||||
|
||||
import b.foo.f
|
||||
|
||||
fun box() = (f() == 1)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package b.foo
|
||||
|
||||
fun f() = 1
|
||||
Reference in New Issue
Block a user