Safe Delete: Do not replace SafeDeleteOverrideAnnotation for Java methods

#KT-23613 Fixed
This commit is contained in:
Alexey Sedunov
2018-04-06 19:44:22 +03:00
parent 4938825e19
commit 53a4baac8b
10 changed files with 25 additions and 18 deletions
@@ -3,7 +3,7 @@ class B extends A {
foo();
}
public void foo() {
private void foo() {
}
}