Nested packages visibilities in jvm-backend.

This commit is contained in:
Pavel V. Talanov
2012-08-28 19:47:52 +04:00
parent e6e6f7e598
commit ae348a0547
4 changed files with 12 additions and 3 deletions
@@ -0,0 +1,3 @@
package a
private val x: String = "OK"
@@ -0,0 +1,3 @@
package a.b
fun box() = a.x