IR: Test for toSkip(this) in T.resolveFakeOverride()

^KT-49371 Fixed
This commit is contained in:
Georgy Bronnikov
2021-10-27 00:21:31 +03:00
parent c67a1ee2e5
commit 534beb8553
10 changed files with 68 additions and 1 deletions
@@ -13173,6 +13173,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fakeOverride/internalFromFriendModule.kt");
}
@TestMetadata("kt49371.kt")
public void testKt49371() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/kt49371.kt");
}
@TestMetadata("privateFakeOverrides0.kt")
public void testPrivateFakeOverrides0() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");