IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode

This commit is contained in:
Egor.Ushakov
2016-10-14 14:40:00 +03:00
parent 77d6c2906f
commit ee83b25d1d
5 changed files with 90 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public class SingleClassesTest {
@Test public void testExtendingSubclass() { doTest("pkg/TestExtendingSubclass"); }
@Test public void testSyntheticAccess() { doTest("pkg/TestSyntheticAccess"); }
@Test public void testIllegalVarName() { doTest("pkg/TestIllegalVarName"); }
@Test public void testKotlinConstructor() { doTest("pkg/TestKotlinConstructorKt"); }
private void doTest(String testFile, String... companionFiles) {
ConsoleDecompiler decompiler = fixture.getDecompiler();