mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
11 lines
148 B
Kotlin
Vendored
11 lines
148 B
Kotlin
Vendored
inline fun test(p: String = "OK"): String {
|
|
return p
|
|
}
|
|
|
|
fun box() : String {
|
|
return test()
|
|
}
|
|
|
|
//mask check in test$default
|
|
// 1 IFEQ
|
|
// 1 IF |