-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Present in current master as of 8/11/2019
minimized code
Interface.java
public interface Interface {
static void s() {}
}dotc Interface.java errors:
-- 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