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

Unified Diff: runtime/vm/symbols.h

Issue 1743653002: Stop prefixing the library name to type names when reporting a type error with (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: enumerate URIs Created 4 years, 10 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 | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 39d6b23e728b6ee8aefc3d3fda8faaa98572ecf0..cb15475ebf3a50d155f2249a83c24b5c608e3c9c 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -316,6 +316,9 @@ class ObjectPointerVisitor;
V(ColonSpace, ": ") \
V(RParenArrow, ") => ") \
V(SpaceExtendsSpace, " extends ") \
+ V(SpaceWhereNewLine, " where\n") \
+ V(SpaceIsFromSpace, " is from ") \
+ V(SpaceOfSpace, " of ") \
V(SwitchExpr, ":switch_expr") \
V(TwoNewlines, "\n\n") \
V(TwoSpaces, " ") \
@@ -421,7 +424,7 @@ class Symbols : public AllStatic {
kKwTableStart, // First keyword at kKwTableStart + 1.
-#define DEFINE_KEYWORD_SYMBOL_INDEX(t, s, p, a) \
+#define DEFINE_KEYWORD_SYMBOL_INDEX(t, s, p, a) \
t##Id,
DART_KEYWORD_LIST(DEFINE_KEYWORD_SYMBOL_INDEX)
#undef DEFINE_KEYWORD_SYMBOL_INDEX
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698