[IR] Add test for internal fake overrides from friend module
This commit is contained in:
committed by
teamcityserver
parent
9138425a3d
commit
ed8e7c754d
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user