67c2f7105b
#KT-6863 Fixed
5 lines
56 B
Kotlin
5 lines
56 B
Kotlin
fun box() : String {
|
|
test {"123"}
|
|
|
|
return "OK"
|
|
} |