Add simple tests for using nested namespace.
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package a.foo
|
||||
|
||||
fun box() = b.bar.f()
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
package b.bar
|
||||
fun f() = true
|
||||
Reference in New Issue
Block a user