Safe Delete: Move test classes and test data to refactoring directory
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
class C implements B {
|
||||
@Override
|
||||
public String <caret>getFoo() {
|
||||
return "C";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user