Closed
Description
This issue was originally filed by @mhausner
Test language/src/NamedParametersWithObjectPropertyNamesTest.dart contains several
methods that have optional named arguments that start with and underscore.
The language spec says:
It is a compile-time error if the name of a named optional parameter begins with an ‘_’ character.