[Private fake overrides] Tests for private fake overrides construction

This commit is contained in:
Alexander Gorshenev
2020-10-21 21:37:32 +03:00
parent 294e7dd902
commit 7815529eed
9 changed files with 232 additions and 0 deletions
@@ -13161,6 +13161,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/fakeOverride/function.kt");
}
@TestMetadata("privateFakeOverrides0.kt")
public void testPrivateFakeOverrides0() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");
}
@TestMetadata("privateFakeOverrides1.kt")
public void testPrivateFakeOverrides1() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides1.kt");
}
@TestMetadata("propertyGetter.kt")
public void testPropertyGetter() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/propertyGetter.kt");