You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this problem when adding the check specified in spec v 0.10 section 6.2:
"It is a compile-time error if the name of a named optional parameter begins with an character."
ERROR|RESOLVER|NAMED_PARAMETERS_CANNOT_START_WITH_UNDER|file:/home/zundel/dart-all/dart/tests/language/named_parameters_with_object_property_names_test.dart/named_parameters_with_object_property_names_test.dart|162|1|70|Named parameters cannot start with an '_' character
161: }
162: globalMethod___noSuchMethod__([noSuchMethod]) => noSuchMethod;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This issue was originally filed by zundel@google.com
Ran into this problem when adding the check specified in spec v 0.10 section 6.2:
"It is a compile-time error if the name of a named optional parameter begins with an character."
ERROR|RESOLVER|NAMED_PARAMETERS_CANNOT_START_WITH_UNDER|file:/home/zundel/dart-all/dart/tests/language/named_parameters_with_object_property_names_test.dart/named_parameters_with_object_property_names_test.dart|162|1|70|Named parameters cannot start with an '_' character
161: }
162: globalMethod___noSuchMethod__([noSuchMethod]) => noSuchMethod;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Affects test: language/named_parameters_with_object_property_names_test.dart
Another problem is a method in the dartium library which I will file separately.
The text was updated successfully, but these errors were encountered: