correctly calculate the number of mask arguments required for a method with default arguments

#KT-6816 Fixed
This commit is contained in:
Dmitry Jemerov
2015-03-27 15:53:55 +01:00
parent 418034add3
commit 1e536af87e
3 changed files with 32 additions and 1 deletions
@@ -1451,6 +1451,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt6816.kt")
public void testKt6816() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/classes/kt6816.kt");
doTest(fileName);
}
@TestMetadata("kt707.kt")
public void testKt707() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/classes/kt707.kt");