show method calls with () in "Inline stream mapping method" intention messages

GitOrigin-RevId: 2602d4e06902450e197232450c86d79ebc5203f7
This commit is contained in:
Bas Leijdekkers
2022-01-29 21:03:07 +01:00
committed by intellij-monorepo-bot
parent 5ba739b481
commit d73341c619
28 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
// "Inline 'map' body into the next 'map' call" "true"
// "Inline 'map()' body into the next 'map()' call" "true"
import java.util.List;
public class Main {