mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
WrapObjectWithOptionalOfNullableFix: get nullability from common dataflow
This commit is contained in:
@@ -5,7 +5,7 @@ public class Test {
|
||||
|
||||
void m() {
|
||||
long ll = 10;
|
||||
f(10, Optional.ofNullable(ll), 10);
|
||||
f(10, Optional.of(ll), 10);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user