e200b97ca4
#KT-6900 Fixed
8 lines
112 B
Kotlin
Vendored
8 lines
112 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box() : String {
|
|
val call = call(11, ::A)
|
|
return if (call == 11) "OK" else "fail"
|
|
}
|
|
|