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