[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,4 +1,6 @@
// DIAGNOSTICS: -UNUSED_VARIABLE
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
// WITH_STDLIB
// ISSUE: KT-57456, KT-57608
@file:OptIn(ExperimentalContracts::class)
@@ -1,4 +1,6 @@
// DIAGNOSTICS: -UNUSED_VARIABLE
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
// WITH_STDLIB
// ISSUE: KT-57456, KT-57608
@file:OptIn(ExperimentalContracts::class)
@@ -1,4 +1,6 @@
// DIAGNOSTICS: -UNUSED_VARIABLE
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
// WITH_STDLIB
// ISSUE: KT-57456, KT-57608
@file:OptIn(ExperimentalContracts::class)
@@ -1,4 +1,6 @@
// DIAGNOSTICS: -UNUSED_VARIABLE
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
// WITH_STDLIB
// ISSUE: KT-57456, KT-57608
@file:OptIn(ExperimentalContracts::class)
@@ -1,3 +1,5 @@
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
enum class B(val x: Int) {
B1(1),
B2(2);
@@ -1,3 +1,5 @@
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-57619
enum class B(val x: Int) {
B1(1),
B2(2);