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