'private' package members should be visible for subpackages

This commit is contained in:
Svetlana Isakova
2012-04-04 18:55:17 +04:00
parent 9b04e85282
commit 0d462bf0bf
2 changed files with 3 additions and 5 deletions
@@ -13,7 +13,7 @@ private object PO {}
//FILE:b.kt
//+JDK
package a.b
package b
import a.*