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

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

Issue 2726793003: Remove package imports from itself. (Closed)
Patch Set: Created 3 years, 10 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/recover.dart
diff --git a/pkg/front_end/lib/src/fasta/scanner/recover.dart b/pkg/front_end/lib/src/fasta/scanner/recover.dart
index 5faa29162a1e33301f5068ab0bc868bb1becc6a1..46639b1e29f0ac3237c882d13e0a1166616c42bd 100644
--- a/pkg/front_end/lib/src/fasta/scanner/recover.dart
+++ b/pkg/front_end/lib/src/fasta/scanner/recover.dart
@@ -18,7 +18,7 @@ import 'precedence.dart' show PrecedenceInfo;
/// code.
Token defaultRecoveryStrategy(
List<int> bytes, Token tokens, List<int> lineStarts) {
- // See [Parser.reportErrorToken](package:front_end/src/fasta/parser/src/parser.dart) for how
+ // See [Parser.reportErrorToken](../parser/src/parser.dart) for how
// it currently handles lexical errors. In addition, notice how the parser
// calls [handleInvalidExpression], [handleInvalidFunctionBody], and
// [handleInvalidTypeReference] to allow the listener to recover its internal
« no previous file with comments | « pkg/front_end/lib/src/fasta/scanner/bin/scanner.dart ('k') | pkg/front_end/lib/src/fasta/scanner/testing/scanner_chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698