Tests: add regression test for KT-63448

This commit is contained in:
Alexander Udalov
2024-02-14 10:35:28 +01:00
committed by Space Team
parent 72e30a3d26
commit 41ef3da5ff
10 changed files with 75 additions and 0 deletions
@@ -28132,6 +28132,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvmField/kt48295a.kt");
}
@TestMetadata("noClashWithInheritedJavaMethod.kt")
public void testNoClashWithInheritedJavaMethod() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/noClashWithInheritedJavaMethod.kt");
}
@TestMetadata("publicField.kt")
public void testPublicField() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/publicField.kt");