[SLC] unmute some tests

This commit is contained in:
Dmitrii Gridin
2023-04-24 12:23:08 +02:00
committed by Space Team
parent 8544081c46
commit 0ccae0d4c6
11 changed files with 142 additions and 147 deletions
@@ -1,5 +1,4 @@
// TopLevelDestructuringKt
// IGNORE_FIR
data class Pair(val x: Int, val y: Int)
val (x, y) = Pair(1, 2)