mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
All bytecode text tests are run with stdlib in the classpath and only for JVM backend, therefore directives WITH_RUNTIME, TARGET_BACKEND, IGNORE_BACKEND are not needed
9 lines
83 B
Kotlin
Vendored
9 lines
83 B
Kotlin
Vendored
fun test() {
|
|
var x = 0
|
|
run { ++x }
|
|
}
|
|
|
|
// 0 NEW
|
|
// 0 GETFIELD
|
|
// 0 PUTFIELD
|