Fail on compilation errors in AbstractBytecodeTextTest
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
fun test(x: Int): String {
|
||||
when {
|
||||
return when {
|
||||
x == 1 || x == 3 || x == 5 -> "135"
|
||||
x == 2 || x == 4 || x == 6 -> "246"
|
||||
else -> "other"
|
||||
|
||||
Reference in New Issue
Block a user