JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package foo
|
||||
|
||||
fun box(): Boolean {
|
||||
|
||||
|
||||
(when (1) {
|
||||
3 -> {
|
||||
3
|
||||
}
|
||||
1 -> {
|
||||
throw Exception();
|
||||
}
|
||||
else -> {
|
||||
return false
|
||||
}
|
||||
})
|
||||
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user