Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inline
/
remappedLocalVar.kt
blob: c65a4f94b7f35121ff2a3646c93f88e373bae18b [
file
] [
log
] [
blame
]
inline
fun watch
(
p
:
String
,
f
:
(
String
)
->
Int
)
{
f
(
p
)
}
fun main
(
args
:
Array
<
String
>)
{
val
local
=
"mno"
watch
(
local
)
{
it
.
length
}
}
/*fix rollbacked cause of robovm problem*/
// 1 LOCALVARIABLE p
// 0 LOCALVARIABLE p\$iv