fixed static interface methods
This commit is contained in:
6
testData/src/pkg/TestInterfaceMethods.java
Normal file
6
testData/src/pkg/TestInterfaceMethods.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package pkg;
|
||||
|
||||
public interface TestInterfaceMethods {
|
||||
static void staticMethod() {}
|
||||
default void defaultMethod() {}
|
||||
}
|
||||
Reference in New Issue
Block a user