mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
WrapObjectWithOptionalOfNullableFix: get nullability from common dataflow
This commit is contained in:
+1
-1
@@ -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