mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
adapt testdata to inferred jdk annotations
This commit is contained in:
@@ -15,6 +15,7 @@ class Test {
|
||||
return s;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
String foo4(@NotNull String s) {
|
||||
return s.substring(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user