blob: a969e4bc9675903a4f24cf059c8095b77759f45f [file] [log] [blame]
>>> (indent 2)
bool theMethodNameGoesHere(ParameterTyp result) => reallyLongIdentifier
.any((MyClass myParam) => myParam.id == result.myParam.id);
<<<
bool theMethodNameGoesHere(ParameterTyp result) => reallyLongIdentifier.any(
(MyClass myParam) => myParam.id == result.myParam.id,
);