[IR] Add test for internal fake overrides from friend module

This commit is contained in:
Roman Artemev
2021-10-06 13:28:11 +03:00
committed by teamcityserver
parent 9138425a3d
commit ed8e7c754d
9 changed files with 62 additions and 0 deletions
@@ -13128,6 +13128,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fakeOverride/function.kt");
}
@TestMetadata("internalFromFriendModule.kt")
public void testInternalFromFriendModule() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/internalFromFriendModule.kt");
}
@TestMetadata("privateFakeOverrides0.kt")
public void testPrivateFakeOverrides0() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");