[JS IR] Unmute all fir invalidation tests
This commit is contained in:
committed by
Space Team
parent
9da9c95105
commit
2aea5822b2
+4
@@ -1,4 +1,8 @@
|
||||
@kotlin.ExperimentalStdlibApi
|
||||
fun testEnumEntries(stepId: Int): Boolean {
|
||||
when (stepId) {
|
||||
0, 1, 2, 3 -> return true
|
||||
else -> return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user