Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
capturedVarsOptimization
/
capturedInChainOfInlineFuns.kt
blob: 6c25a82f9a7e584f0027d169cbf4c763647a4ad5 [
file
]
fun test
()
{
var
x
=
0
run
{
run
{
run
{
++
x
}
}
}
}
// 0 NEW
// 0 GETFIELD
// 0 PUTFIELD