mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
12 lines
138 B
Kotlin
Vendored
12 lines
138 B
Kotlin
Vendored
package p
|
|
|
|
import _protected
|
|
|
|
fun box(): String {
|
|
return KotlinClass().ok()
|
|
}
|
|
|
|
class KotlinClass : _protected() {
|
|
fun ok() = ok
|
|
}
|