mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
infer nullity: don't drill inside classes on expressions processing (IDEA-197262)
This commit is contained in:
@@ -37,6 +37,13 @@ class Test {
|
||||
final String myFoo12;
|
||||
@Nullable
|
||||
final String myFoo13 = null;
|
||||
final Runnable myFoo14 = new Runnable() {
|
||||
{foo();}
|
||||
Object foo() {
|
||||
return null;
|
||||
}
|
||||
public void run() {}
|
||||
};
|
||||
|
||||
/**
|
||||
* {@link #myFoo6}
|
||||
|
||||
Reference in New Issue
Block a user