JVM_IR KT-48295 don't upcast field receiver with super qualifier
This commit is contained in:
committed by
TeamCityServer
parent
7038b02933
commit
a3bb9dde45
+12
@@ -24632,6 +24632,18 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt47739.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48295.kt")
|
||||
public void testKt48295() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt48295.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48295a.kt")
|
||||
public void testKt48295a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt48295a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicField.kt")
|
||||
public void testPublicField() throws Exception {
|
||||
|
||||
+12
@@ -24782,6 +24782,18 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt47739.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48295.kt")
|
||||
public void testKt48295() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt48295.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48295a.kt")
|
||||
public void testKt48295a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt48295a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicField.kt")
|
||||
public void testPublicField() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user