[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,3 @@
// IGNORE_FIR
// Ignored due to KT-53573
data class User(val name: String = "", val age: Int = 0)
data class Person(val name: String) {