Test for KT-2155 Run-time error accessing internal value from other package

#KT-2155 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-06-16 18:45:27 +04:00
parent 258623cb5f
commit 6a56cf04cb
3 changed files with 8 additions and 0 deletions
@@ -0,0 +1,3 @@
package a
val x: String = "OK"
@@ -0,0 +1 @@
fun box() = a.x