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() {
|
||||
foo();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user