[AA] Ignore tests due to KT-57619

This commit is contained in:
Dmitriy Novozhilov
2023-03-28 10:51:55 +03:00
committed by Space Team
parent e02194b461
commit ef51cf9083
7 changed files with 14 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
enum class B(val x: Int) {
B1(1),
B2(2);