mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
10 lines
181 B
Kotlin
Vendored
10 lines
181 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
// KT-36641 TODO Generate IINC instruction for prefix increment in JVM_IR
|
|
|
|
fun main(args: Array<String>) {
|
|
var i = 10
|
|
++i
|
|
++(l@ i)
|
|
}
|
|
|
|
// 2 IINC |