Don't copy default value parameters for fake overrides

This commit is contained in:
Alexander Gorshenev
2020-07-28 21:46:55 +03:00
parent 2cfd776092
commit 9a717e9ecf
9 changed files with 74 additions and 5 deletions
@@ -15895,6 +15895,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/ir/kt29833.kt");
}
@TestMetadata("kt40083.kt")
public void testKt40083() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt40083.kt");
}
@TestMetadata("objectClass.kt")
public void testObjectClass() throws Exception {
runTest("compiler/testData/codegen/box/ir/objectClass.kt");