mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
NullityInferrer: infer if inferred annotation is available
This commit is contained in:
@@ -39,6 +39,7 @@ class Test {
|
||||
final String myFoo13 = null;
|
||||
final Runnable myFoo14 = new Runnable() {
|
||||
{foo();}
|
||||
@Nullable
|
||||
Object foo() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user