Maybe I do not understand IntelliJs structural search not.
I want to find all occurences which match the following example pattern:
Map<String, String> mapper = new HashMap<>()
My not working approach was
Map<$a$,$b$> $c$ = new HashMap<>()
Does structural search find it and how?