FIR: Avoid propagation of @Exact annotation through elvis
This commit is contained in:
committed by
teamcityserver
parent
0d9ad62d4a
commit
7eb758fab1
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user