Add simple tests for using nested namespace.

This commit is contained in:
Pavel V. Talanov
2012-03-19 14:14:35 +04:00
parent 20d6729012
commit 6f87634b25
6 changed files with 24 additions and 5 deletions
@@ -0,0 +1,3 @@
package a.foo
fun box() = b.bar.f()
@@ -0,0 +1,2 @@
package b.bar
fun f() = true