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

Unified Diff: pkg/front_end/lib/src/fasta/source/stack_listener.dart

Issue 2899043006: cleanup fasta token classes (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
Index: pkg/front_end/lib/src/fasta/source/stack_listener.dart
diff --git a/pkg/front_end/lib/src/fasta/source/stack_listener.dart b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
index c133b207ab13676aa3108f8596bc63df7bffbfff..0e06be6da220a0d88e51f987434bb6d798682cbe 100644
--- a/pkg/front_end/lib/src/fasta/source/stack_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
@@ -10,7 +10,9 @@ import '../parser.dart' show Listener, MemberKind;
import '../parser/identifier_context.dart' show IdentifierContext;
-import '../scanner.dart' show BeginGroupToken, Token;
+import '../scanner.dart' show Token;
+
+import '../../scanner/token.dart' show BeginToken;
import 'package:kernel/ast.dart' show AsyncMarker;
@@ -204,7 +206,7 @@ abstract class StackListener extends Listener {
}
@override
- void handleParenthesizedExpression(BeginGroupToken token) {
+ void handleParenthesizedExpression(BeginToken token) {
debugEvent("ParenthesizedExpression");
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_library_builder.dart ('k') | pkg/front_end/lib/src/scanner/scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698