JVM_IR: remove an assertion that triggers due to a frontend bug
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun box(): String {
|
||||
var s = "2"
|
||||
var res = "Fail"
|
||||
if (s == "1") {
|
||||
false
|
||||
} else if (s == "2") {
|
||||
res = "OK"
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user