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

Unified Diff: pkg/analyzer/tool/summary/idl.dart

Issue 1602203004: Serialize constant initializers. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add new summarize_const_expr.dart file. Created 4 years, 11 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
Index: pkg/analyzer/tool/summary/idl.dart
diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
index 42ee3f217f1270ce7f94d90269ecc69d2bbb7d24..6a9c6a93d38a962747f2fc03682d2743f647bf27 100644
--- a/pkg/analyzer/tool/summary/idl.dart
+++ b/pkg/analyzer/tool/summary/idl.dart
@@ -456,7 +456,7 @@ enum UnlinkedConstOperation {
concatenate,
/**
- * Pop the top value from the stack, which should be a string, convert it to
+ * Pop the top value from the stack which should be string, convert it to
* a symbol, and push it back onto the stack.
*/
makeSymbol,

Powered by Google App Engine
This is Rietveld 408576698