KT-2257 fix. private namespace visibility becomes protected in java land

This commit is contained in:
Alex Tkachman
2012-08-04 18:58:45 +03:00
parent e848e5502b
commit e1e8c65a71
6 changed files with 15 additions and 6 deletions
@@ -0,0 +1,3 @@
fun box() = o + k
private val o = "O"
@@ -0,0 +1,3 @@
private val k = "K"
fun ignore() = o