fix extra semicolon in decompiled empty blocks IDEA-196314 #843
This commit is contained in:
@@ -107,6 +107,7 @@ public class SingleClassesTest {
|
||||
@Test public void testSuperInner() { doTest("pkg/TestSuperInner", "pkg/TestSuperInnerBase"); }
|
||||
@Test public void testMissingConstructorCallGood() { doTest("pkg/TestMissingConstructorCallGood"); }
|
||||
@Test public void testMissingConstructorCallBad() { doTest("pkg/TestMissingConstructorCallBad"); }
|
||||
@Test public void testEmptyBlocks() { doTest("pkg/TestEmptyBlocks"); }
|
||||
|
||||
|
||||
// TODO: fix all below
|
||||
|
||||
Reference in New Issue
Block a user