Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
96205cabfdb14a5aa5b1f0127871cee9c09aaef9
/
.
/
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