| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 28940)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -556,7 +556,7 @@
|
| AstNode* ParseSelectors(AstNode* primary, bool is_cascade);
|
| AstNode* ParseCascades(AstNode* expr);
|
| AstNode* ParsePrimary();
|
| - AstNode* ParseStringLiteral();
|
| + AstNode* ParseStringLiteral(bool allow_interpolation);
|
| String* ParseImportStringLiteral();
|
| AstNode* ParseCompoundLiteral();
|
| AstNode* ParseSymbolLiteral();
|
|
|