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

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

Issue 2978073002: Add closeBraceTokenFor and use it instead of BeginToken. (Closed)
Patch Set: Created 3 years, 5 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 | « pkg/front_end/lib/src/fasta/source/diet_parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c34a4b2d77ce0f2ae0a89151f294f7e9b7d7e46c..a64357375bc215ebe73bd265f041ca0c668a18fc 100644
--- a/pkg/front_end/lib/src/fasta/source/stack_listener.dart
+++ b/pkg/front_end/lib/src/fasta/source/stack_listener.dart
@@ -6,8 +6,6 @@ library fasta.stack_listener;
import 'package:kernel/ast.dart' show AsyncMarker, Expression;
-import '../../scanner/token.dart' show BeginToken;
-
import '../deprecated_problems.dart' show deprecated_inputError;
import '../fasta_codes.dart' show Message, templateInternalProblemStackNotEmpty;
@@ -212,7 +210,7 @@ abstract class StackListener extends Listener {
}
@override
- void handleParenthesizedExpression(BeginToken token) {
+ void handleParenthesizedExpression(Token token) {
debugEvent("ParenthesizedExpression");
}
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/diet_parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698