[FIR] KT-57085: Ignore the diagnostic case in @Suppress()

^KT-57085 Fixed
This commit is contained in:
Nikolay Lunyak
2023-03-06 11:53:19 +02:00
committed by Space Team
parent 3b97bfb426
commit 07fa86f6bc
6 changed files with 39 additions and 1 deletions
@@ -525,6 +525,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/kt56769.kt");
}
@Test
@TestMetadata("kt57085.kt")
public void testKt57085() throws Exception {
runTest("compiler/testData/diagnostics/tests/kt57085.kt");
}
@Test
@TestMetadata("LValueAssignment.kt")
public void testLValueAssignment() throws Exception {