Avoid true condition generation for do while loop, since it confuses the Java verifier.
Change-Id: I96eca6623a91a8365090768f42c6e865b612e1cc
This commit is contained in:
committed by
max-kammerer
parent
59fda8d7ce
commit
eec25dbea2
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
var field: Int = 0
|
||||
|
||||
fun next(): Int {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
var field: Int = 0
|
||||
|
||||
fun next(): Int {
|
||||
|
||||
Reference in New Issue
Block a user