Add box test for #KT-43831

This commit is contained in:
Roman Artemev
2021-02-05 17:22:22 +03:00
parent 79f986bb75
commit ca6e1b8f1b
9 changed files with 106 additions and 0 deletions
@@ -12078,6 +12078,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testPropertySetter() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/propertySetter.kt");
}
@TestMetadata("varianceOverload.kt")
public void testVarianceOverload() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/varianceOverload.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/fieldRename")