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 {
|
||||
foo();
|
||||
}
|
||||
|
||||
public void foo() {
|
||||
private void foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user