Files
kotlin/compiler/testData/codegen/boxInline/special/stackHeightBug.1.kt
2014-07-07 10:51:46 +04:00

7 lines
83 B
Kotlin

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