Files
kotlin/compiler/testData/codegen/bytecodeText/directInvoke/localFun.kt
2013-09-24 17:10:44 +04:00

8 lines
78 B
Kotlin
Vendored

fun test() {
fun local(s: Int) {
}
local(1)
}
// 2 invoke \(I\)V