Tests: add regression test for KT-63448
This commit is contained in:
committed by
Space Team
parent
72e30a3d26
commit
41ef3da5ff
+6
@@ -33428,6 +33428,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt48295a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noClashWithInheritedJavaMethod.kt")
|
||||
public void testNoClashWithInheritedJavaMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/noClashWithInheritedJavaMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicField.kt")
|
||||
public void testPublicField() throws Exception {
|
||||
|
||||
+6
@@ -33428,6 +33428,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt48295a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noClashWithInheritedJavaMethod.kt")
|
||||
public void testNoClashWithInheritedJavaMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/noClashWithInheritedJavaMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicField.kt")
|
||||
public void testPublicField() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user