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
@@ -1,5 +1,4 @@
class B implements A, Z {
@Override
public String getFoo() {
return "foo";
}