[JS IR] Unmute all fir invalidation tests

This commit is contained in:
Alexander Korepanov
2023-04-26 13:13:53 +02:00
committed by Space Team
parent 9da9c95105
commit 2aea5822b2
14 changed files with 125 additions and 10 deletions
@@ -1,4 +1,8 @@
@kotlin.ExperimentalStdlibApi
fun testEnumEntries(stepId: Int): Boolean {
when (stepId) {
0, 1, 2, 3 -> return true
else -> return false
}
return true
}