JVM_IR KT-48295 don't upcast field receiver with super qualifier

This commit is contained in:
Dmitry Petrov
2021-08-19 12:57:42 +03:00
committed by TeamCityServer
parent 7038b02933
commit a3bb9dde45
7 changed files with 93 additions and 1 deletions
@@ -20763,6 +20763,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvmField/kt47739.kt");
}
@TestMetadata("kt48295.kt")
public void testKt48295() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/kt48295.kt");
}
@TestMetadata("kt48295a.kt")
public void testKt48295a() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/kt48295a.kt");
}
@TestMetadata("publicField.kt")
public void testPublicField() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/publicField.kt");