mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
New Java parser (incomplete method declaration parsing fixed)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// illegal modifier combinations
|
||||
|
||||
abstract public class a {
|
||||
public static <error descr="2">protected int f1 = 0;
|
||||
}
|
||||
|
||||
class ff {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user