JVM_IR: handle diamond inheritance for Java fields

This commit is contained in:
Georgy Bronnikov
2020-06-26 15:34:16 +03:00
parent da79f93c61
commit 5684e694b5
6 changed files with 39 additions and 4 deletions
@@ -17239,6 +17239,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/jvmField/constructorProperty.kt");
}
@TestMetadata("diamond.kt")
public void testDiamond() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/diamond.kt");
}
@TestMetadata("fileOrder.kt")
public void testFileOrder() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/fileOrder.kt");