b8c79e689b
#KT-6987 Fixed
11 lines
149 B
Kotlin
Vendored
11 lines
149 B
Kotlin
Vendored
import test.*
|
|
|
|
fun box(): String {
|
|
val x1 = foo1()()
|
|
if (x1 != "OK") return "fail 1: $x1"
|
|
|
|
foo2()().run()
|
|
|
|
return test.sideEffects
|
|
}
|