WIP: default method reloading
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package basic;
|
||||
|
||||
public class DefaultMethodsC2A implements DefaultMethodsI2A {
|
||||
|
||||
public static int run() {
|
||||
DefaultMethodsC2A instance = new DefaultMethodsC2A();
|
||||
return 42;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user