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

Unified Diff: pkg/front_end/lib/src/fasta/scanner/token.dart

Issue 2767633004: Report compile-time errors on cyclic hierarchies. (Closed)
Patch Set: Created 3 years, 9 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/front_end/lib/src/fasta/scanner/token.dart
diff --git a/pkg/front_end/lib/src/fasta/scanner/token.dart b/pkg/front_end/lib/src/fasta/scanner/token.dart
index 35067a2e04cce24eb47ab156400ef5d2820181a5..b189e512ea934249f90aade40823c89c7edbd149 100644
--- a/pkg/front_end/lib/src/fasta/scanner/token.dart
+++ b/pkg/front_end/lib/src/fasta/scanner/token.dart
@@ -16,8 +16,6 @@ import 'precedence.dart'
IDENTIFIER_INFO,
IS_INFO,
KEYWORD_INFO,
- MULTI_LINE_COMMENT_INFO,
- SINGLE_LINE_COMMENT_INFO,
PrecedenceInfo;
import 'token_constants.dart' show IDENTIFIER_TOKEN;

Powered by Google App Engine
This is Rietveld 408576698