| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 3437)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -164,6 +164,7 @@
|
| void SkipListLiteral();
|
| void SkipFunctionLiteral();
|
| void SkipStringLiteral();
|
| + void SkipQualIdent();
|
|
|
| void CheckConstructorCallTypeArguments(
|
| intptr_t pos,
|
| @@ -236,7 +237,6 @@
|
| ParamList* params);
|
| void ParseFormalParameterList(bool allow_explicit_default_values,
|
| ParamList* params);
|
| - void ParseNamedFormalParameters(bool are_implicitly_const, ParamList* params);
|
| void CheckConstFieldsInitialized(const Class& cls);
|
| void CheckConstructors(ClassDesc* members);
|
| void ParseInitializedInstanceFields(const Class& cls,
|
|
|