Implement "Safe Delete" refactoring for value parameters
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class B {
|
||||
void bar(A a) {
|
||||
a.foo(1, "1", "!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user