safe delete: show conflict if after parameter delete method would duplicate existing one

This commit is contained in:
Anna Kozlova
2014-12-08 21:04:43 +01:00
parent 88a6fca9b3
commit 8d368b625e
3 changed files with 32 additions and 0 deletions
@@ -0,0 +1,4 @@
class Test {
void foo(int <caret>i) {}
void foo() {}
}