blob: bcd8aa3b437297bb8b884859d97535d7df91b8a9 [file] [log] [blame]
>>>
bool doStuff(String firstArgX, {String secondArg, String arg3foo, Map<String,
String> anotherArg, bool yetAnotherArg: false, bool tooManyArgs: true}) {}
<<<
bool doStuff(String firstArgX, {String secondArg, String arg3foo,
Map<String, String> anotherArg, bool yetAnotherArg: false,
bool tooManyArgs: true}) {}