mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
12 lines
165 B
Kotlin
Vendored
12 lines
165 B
Kotlin
Vendored
fun test() {
|
|
fun local(s: Int) {
|
|
}
|
|
|
|
local(1)
|
|
}
|
|
|
|
// JVM_TEMPLATES
|
|
// 2 invoke \(I\)V
|
|
|
|
// JVM_IR_TEMPLATES
|
|
// 1 INVOKESTATIC LocalFunKt\.test\$local \(I\)V |