[AA] Mute tests related to decompilation of aliased types from stubs

#KT-58786
This commit is contained in:
Kirill Rakhman
2023-05-19 11:18:18 +02:00
committed by Space Team
parent 8f447e5b78
commit 47b8fd7e0c
2 changed files with 31 additions and 0 deletions
@@ -1,3 +1,7 @@
// IGNORE_DIAGNOSTIC_API
// IGNORE_REVERSED_RESOLVE
// Ignore reason: KT-58786
interface Diagnostic {
val name: String
}