mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
adapt testdata to inferred jdk annotations
This commit is contained in:
+1
@@ -27,6 +27,7 @@ class MyClass<T> implements A<T> {
|
||||
return super.clone();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString();
|
||||
|
||||
Reference in New Issue
Block a user