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

6 lines
87 B
Kotlin
Vendored

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