| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 3508)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -329,9 +329,9 @@
|
| void ParseStatementSequence();
|
| bool IsIdentifier();
|
| bool IsFunctionTypeAliasName();
|
| - bool IsTypeParameter();
|
| - bool IsOptionalType();
|
| - bool IsReturnType();
|
| + bool TryParseTypeParameter();
|
| + bool TryParseOptionalType();
|
| + bool TryParseReturnType();
|
| bool IsVariableDeclaration();
|
| bool IsFunctionDeclaration();
|
| bool IsFunctionLiteral();
|
|
|