Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
directInvoke
/
localFun.kt
blob: cd9409caa3b30fb66008dbd5c1b8249c83a5e980 [
file
] [
log
] [
blame
]
fun test
()
{
fun
local
(
s
:
Int
)
{
}
local
(
1
)
}
// JVM_TEMPLATES
// 2 invoke \(I\)V
// JVM_IR_TEMPLATES
// 1 INVOKESTATIC LocalFunKt\.test\$local \(I\)V