mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java, parser] do not ignore first declaration, which is not modifier list
GitOrigin-RevId: 1f7adc2298a24ade602d0d161d761a51bbed7ad4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0e8dfbe88d
commit
3560808910
@@ -134,4 +134,7 @@ public abstract class AbstractBasicClassParsingTest extends AbstractBasicJavaPar
|
||||
public void testUnnamedClass4() {
|
||||
doTest(true);
|
||||
}
|
||||
public void testUnnamedClass5() {
|
||||
doTest(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user