We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Present in current master as of 8/11/2019
Interface.java
public interface Interface { static void s() {} }
dotc Interface.java errors:
dotc Interface.java
-- Error: Interface.java:2:18 -------------------------------------------------- 2 | static void s() {} | ^ | ';' expected but '{' found. -- [E067] Syntax Error: Interface.java:2:14 ------------------------------------ 2 | static void s() {} | ^ |Declaration of method s not allowed here: only classes can have declared but undefined members two errors found
The text was updated successfully, but these errors were encountered:
08ca477
Merge pull request #7534 from noti0na1/master
bb96612
Fix #7525: Allow static methods having body in JavaParser
noti0na1
No branches or pull requests
Present in current master as of 8/11/2019
minimized code
Interface.java
dotc Interface.java
errors:The text was updated successfully, but these errors were encountered: