Files
kotlin/compiler/testData/codegen/boxInline/stackHeightBug/1.kt
2014-03-03 15:43:35 +04:00

7 lines
83 B
Kotlin

import test.*
fun box(): String {
mfun{ "".toLowerCase2() }
return "OK"
}