mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
16 lines
175 B
Kotlin
Vendored
16 lines
175 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
var x = 0
|
|
run {
|
|
run {
|
|
run {
|
|
++x
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// 0 NEW
|
|
// 0 GETFIELD
|
|
// 0 PUTFIELD |