Ignore some 'when' subject variable tests in JS_IR be
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// !LANGUAGE: +VariableDeclarationInWhenSubject
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS, JS_IR
|
||||
|
||||
fun sparse(x: Int): Int {
|
||||
return when (val xx = (x % 4) * 100) {
|
||||
|
||||
Reference in New Issue
Block a user