You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling 'javalang.parse.parse' on something like '(Annotation[]::new)', it raises JavaSyntaxError "Expected '.'" , the parse is expecting a '.' between the '[]' and 'new'
The text was updated successfully, but these errors were encountered:
When calling '
javalang.parse.parse
' on something like '(Annotation[]::new)
', it raisesJavaSyntaxError "Expected '.'"
, the parse is expecting a '.' between the '[]' and 'new'The text was updated successfully, but these errors were encountered: