Files
kotlin/compiler/testData/codegen/boxAgainstJava/visibility/protectedAndPackage/protectedPropertyInPackage.kt
2014-06-26 20:57:40 +04:00

6 lines
90 B
Kotlin
Vendored

package protectedPack
fun box(): String {
return protectedPropertyInPackage().foo!!
}