6 lines
80 B
Kotlin
6 lines
80 B
Kotlin
package protectedPack
|
|
|
|
fun box(): String {
|
|
return packageProperty().test!!
|
|
}
|