Safe Delete: Do not replace SafeDeleteOverrideAnnotation for Java methods
#KT-23613 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ class B extends A {
|
||||
System.out.println(getFoo());
|
||||
}
|
||||
|
||||
public String getFoo() {
|
||||
private String getFoo() {
|
||||
return "foo";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user