FIR: Avoid propagation of @Exact annotation through elvis

This commit is contained in:
Denis.Zharkov
2021-11-24 15:13:01 +03:00
committed by teamcityserver
parent 0d9ad62d4a
commit 7eb758fab1
6 changed files with 56 additions and 1 deletions
@@ -33179,6 +33179,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/defaultValueMustBeConstant.kt");
}
@Test
@TestMetadata("dontPropagateExact.kt")
public void testDontPropagateExact() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/annotations/dontPropagateExact.kt");
}
@Test
@TestMetadata("explicitMetadata.kt")
public void testExplicitMetadata() throws Exception {