Files
kotlin-fork/compiler/testData/codegen/boxInline/innerClasses/innerLambda.1.kt
T
2016-01-13 19:41:59 +03:00

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
}