[FIR] Don't update explicit delegated constructor calls of classes with @JvmRecord
^KT-54573 Fixed
This commit is contained in:
committed by
Space Team
parent
880b278c40
commit
d898e256ca
+6
@@ -32309,6 +32309,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava17/jvmRecord/disabledFeature.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("explicitSuperConstructorCall.kt")
|
||||
public void testExplicitSuperConstructorCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava17/jvmRecord/explicitSuperConstructorCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("irrelevantFields.kt")
|
||||
public void testIrrelevantFields() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user