Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1420)

Unified Diff: runtime/vm/parser.h

Issue 2911333002: Allow a function named 'get' to be generic (fixes #29746). (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index fa63823f3e8126992f9d1904a479ed8cad2cc952..9dd7e0f260c575af73ce1a4c859a4e2c2c292e7a 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -427,6 +427,7 @@ class Parser : public ValueObject {
TokenPosition SkipMetadata();
bool IsPatchAnnotation(TokenPosition pos);
void SkipTypeArguments();
+ void SkipTypeParameters();
void SkipType(bool allow_void);
void SkipTypeOrFunctionType(bool allow_void);
void SkipInitializers();
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698