Revert "Revert "Instantiation of annotations for JVM IR with the corresponding feature flag""
Fix incorrectly rebasedce0a3a57dfThis reverts commit3d0126d5
This commit is contained in:
+6
@@ -1103,6 +1103,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/ConstructorCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorCallAllowed.kt")
|
||||
public void testConstructorCallAllowed() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("DanglingMixed.kt")
|
||||
public void testDanglingMixed() throws Exception {
|
||||
|
||||
+6
@@ -1103,6 +1103,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/ConstructorCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ConstructorCallAllowed.kt")
|
||||
public void testConstructorCallAllowed() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/ConstructorCallAllowed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("DanglingMixed.kt")
|
||||
public void testDanglingMixed() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user