mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java parser switched to new version
This commit is contained in:
@@ -40,7 +40,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
* @author max
|
||||
*/
|
||||
public class JavaParserDefinition implements ParserDefinition {
|
||||
public static boolean USE_NEW_PARSER = false;
|
||||
public static boolean USE_NEW_PARSER = true;
|
||||
|
||||
@NotNull
|
||||
public Lexer createLexer(final Project project) {
|
||||
|
||||
@@ -4,7 +4,7 @@ class TestInvertIf {
|
||||
void invertIf(Object object) {
|
||||
if (object != "adf") {
|
||||
System.out.println("1");
|
||||
} // comment
|
||||
} // comment
|
||||
else {
|
||||
System.out.println("2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user