[FIR] Accept opt-in annotations on primary ctor params of properties
For backward compatibility with K1. KT-56177
This commit is contained in:
committed by
Space Team
parent
cfc5bb74ef
commit
fbc0796ed2
Generated
+6
@@ -38982,6 +38982,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/overrideInAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideInPrimaryConstructor.kt")
|
||||
public void testOverrideInPrimaryConstructor() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/experimental/overrideInPrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("subClassOptInModality.kt")
|
||||
public void testSubClassOptInModality() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user