[Test] Add test for KT-55703

This commit is contained in:
Dmitriy Novozhilov
2023-01-11 14:56:27 +02:00
committed by Space Team
parent 4363b0815c
commit ad191eb179
6 changed files with 293 additions and 0 deletions
@@ -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