[Test] Add test for KT-55703
This commit is contained in:
committed by
Space Team
parent
4363b0815c
commit
ad191eb179
+6
@@ -405,6 +405,12 @@ public class FirBlackBoxModernJdkCodegenTestGenerated extends AbstractFirBlackBo
|
||||
public void testRecordPropertyAccess() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxModernJdk/testsWithJava17/records/recordPropertyAccess.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("recordWithCompanion.kt")
|
||||
public void testRecordWithCompanion() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxModernJdk/testsWithJava17/records/recordWithCompanion.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user