[FIR] KT-57214: Check the annotations "if possible"

^KT-57214 Fixed

Merge-request: KT-MR-9170
Merged-by: Nikolay Lunyak <Nikolay.Lunyak@jetbrains.com>
This commit is contained in:
Nikolay Lunyak
2023-03-14 10:25:02 +00:00
committed by Space Team
parent 854506fa9e
commit c105e63bbb
6 changed files with 46 additions and 1 deletions
@@ -555,6 +555,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/kt57175.kt");
}
@Test
@TestMetadata("kt57214.kt")
public void testKt57214() throws Exception {
runTest("compiler/testData/diagnostics/tests/kt57214.kt");
}
@Test
@TestMetadata("LValueAssignment.kt")
public void testLValueAssignment() throws Exception {