IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user