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

Unified Diff: lib/compiler/implementation/scanner/token.dart

Issue 10917285: Stub implementation of patch invariants for the patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 8 years, 3 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: lib/compiler/implementation/scanner/token.dart
diff --git a/lib/compiler/implementation/scanner/token.dart b/lib/compiler/implementation/scanner/token.dart
index 7646e4ef6cec1bf630b10de77e386f68acedd7a4..75e35770de428ccd3019596998e55ad191764a86 100644
--- a/lib/compiler/implementation/scanner/token.dart
+++ b/lib/compiler/implementation/scanner/token.dart
@@ -84,7 +84,7 @@ const int UNKNOWN_TOKEN = 1024;
/**
* A token that doubles as a linked list.
*/
-class Token {
+class Token implements Spanable {
/**
* The precedence info for this token. [info] determines the kind and the
* precedence level of this token.

Powered by Google App Engine
This is Rietveld 408576698