Update bytecode text tests in JVM_IR
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user