Add accessor symbols & test for property overriding in Java
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class Inheritor implements Base {
|
||||
public int getX() {
|
||||
return 42;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user