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

Unified Diff: pkg/front_end/lib/src/fasta/loader.dart

Issue 2927613002: Improve NSM handling. (Closed)
Patch Set: Address review comments. Created 3 years, 6 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/loader.dart
diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart
index 977e630e426a70edcc77da0a31582d89ee375533..61e908c65d0d015ec4599ba949a2048a7bdba048 100644
--- a/pkg/front_end/lib/src/fasta/loader.dart
+++ b/pkg/front_end/lib/src/fasta/loader.dart
@@ -169,8 +169,6 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit.""");
Builder getFallThroughError() => target.getFallThroughError(this);
Builder getNativeAnnotation() => target.getNativeAnnotation(this);
-
- Builder getNoSuchMethodError() => target.getNoSuchMethodError(this);
}
String format(double d, int fractionDigits, int width) {
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart ('k') | pkg/front_end/lib/src/fasta/source/source_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698