Add test for KT-52338 (fixed together with KT-49507)
This commit is contained in:
committed by
teamcity
parent
66d344975b
commit
6a3be0d8ac
+6
@@ -17347,6 +17347,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/fieldRename/genericPropertyWithItself.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaFieldAndCompanionProperty.kt")
|
||||
public void testJavaFieldAndCompanionProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fieldRename/javaFieldAndCompanionProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaFieldAndKotlinProperty.kt")
|
||||
public void testJavaFieldAndKotlinProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user