mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
OptionalToIfInspection: propagate rename to nested flatMap
GitOrigin-RevId: ae65a4a91dbefc73bd160a2b92a36e296fed3c3e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
104cca28f5
commit
349d58606e
+6
@@ -58,6 +58,12 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
void nestedFlatMapWithOuterFlatMapParam(String param0) {
|
||||
if (param0 == null) throw new NullPointerException();
|
||||
String var1 = "foo";
|
||||
String result = param0;
|
||||
}
|
||||
|
||||
void nestedOr(String param0) {
|
||||
boolean result;
|
||||
result = true;
|
||||
|
||||
Reference in New Issue
Block a user