OptionalToIfInspection: propagate rename to nested flatMap

GitOrigin-RevId: ae65a4a91dbefc73bd160a2b92a36e296fed3c3e
This commit is contained in:
Artemiy Sartakov
2020-05-01 09:40:21 +00:00
committed by intellij-monorepo-bot
parent 104cca28f5
commit 349d58606e
3 changed files with 12 additions and 2 deletions
@@ -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;