Files
kotlin-fork/compiler/testData/codegen/boxInline/noInline/lambdaAsGeneric.1.kt
T
2015-04-10 08:59:27 +03:00

5 lines
56 B
Kotlin

fun box() : String {
test {"123"}
return "OK"
}