NullityInferrer: infer if inferred annotation is available

This commit is contained in:
Tagir Valeev
2018-12-27 18:25:07 +07:00
parent d6d622d986
commit 8f492d0463
2 changed files with 13 additions and 3 deletions
@@ -39,6 +39,7 @@ class Test {
final String myFoo13 = null;
final Runnable myFoo14 = new Runnable() {
{foo();}
@Nullable
Object foo() {
return null;
}