JVM_IR KT-48295 don't upcast field receiver with super qualifier
This commit is contained in:
committed by
TeamCityServer
parent
7038b02933
commit
a3bb9dde45
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user