Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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