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

Unified Diff: pkg/front_end/lib/src/fasta/parser/class_member_parser.dart

Issue 2978063002: Move parser helper classes to own files and clean them up. (Closed)
Patch Set: Don't use problems.dart in parser. 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
Index: pkg/front_end/lib/src/fasta/parser/class_member_parser.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/class_member_parser.dart b/pkg/front_end/lib/src/fasta/parser/class_member_parser.dart
index 22e27d40b2e064d3da2ce5ebd7c3db2ddcae68cd..52d1eec14fd78e63546486e74b78d48adf7c51b6 100644
--- a/pkg/front_end/lib/src/fasta/parser/class_member_parser.dart
+++ b/pkg/front_end/lib/src/fasta/parser/class_member_parser.dart
@@ -8,9 +8,11 @@ import '../../scanner/token.dart' show Token;
import '../fasta_codes.dart' show Message;
+import 'assert.dart' show Assert;
+
import 'listener.dart' show Listener;
-import 'parser.dart' show Assert, Parser;
+import 'parser.dart' show Parser;
/// Parser similar to [TopLevelParser] but also parses class members (excluding
/// their bodies).
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/assert.dart ('k') | pkg/front_end/lib/src/fasta/parser/formal_parameter_kind.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698