JVM_IR KT-47739 recognize fake override external stubs

This commit is contained in:
Dmitry Petrov
2021-07-15 13:27:38 +03:00
committed by TeamCityServer
parent dd54338ec0
commit 8ea4916d64
11 changed files with 69 additions and 11 deletions
@@ -20589,6 +20589,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvmField/kt47328_var.kt");
}
@TestMetadata("kt47739.kt")
public void testKt47739() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/kt47739.kt");
}
@TestMetadata("publicField.kt")
public void testPublicField() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/publicField.kt");