Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class B extends A {
|
||||
void bar() {
|
||||
System.out.println(getFoo());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFoo() {
|
||||
return "foo";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user