Fix for KT-13890: IllegalAccessError when invoking protected method with default arguments

#KT-13890 Fixed
This commit is contained in:
Michael Bogdanov
2016-10-25 12:15:21 +03:00
parent 1e59161e8f
commit eaf9c2e8b0
4 changed files with 39 additions and 5 deletions
@@ -5113,6 +5113,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("protected.kt")
public void testProtected() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/defaultArguments/protected.kt");
doTest(fileName);
}
@TestMetadata("simpleFromOtherFile.kt")
public void testSimpleFromOtherFile() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/defaultArguments/simpleFromOtherFile.kt");