Implement "Safe Delete" refactoring for properties
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
abstract class C implements B {
|
||||
@Override
|
||||
public String <caret>getFoo() {
|
||||
return "C";
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setFoo(String value) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user