testsuite updated to reflect recent changes in codegen: branch support
This commit is contained in:
committed by
vvlevchenko
parent
76ee79adc0
commit
3c68ee4ce5
@@ -0,0 +1,10 @@
|
||||
fun when5(i: Int): Int {
|
||||
when (i) {
|
||||
0 -> return 42
|
||||
1 -> return 4
|
||||
2 -> return 3
|
||||
3 -> return 2
|
||||
4 -> return 1
|
||||
else -> return 24
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user