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

Unified Diff: pkg/compiler/lib/src/source_file_provider.dart

Issue 2766323005: Fix warnings in dart2js and analyzer caused by Fasta. (Closed)
Patch Set: Created 3 years, 9 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/compiler/lib/src/parser/element_listener.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/source_file_provider.dart
diff --git a/pkg/compiler/lib/src/source_file_provider.dart b/pkg/compiler/lib/src/source_file_provider.dart
index 80275161ec5fd42b1d33acc01fec5c703b1eca5f..eca1c62bf3b3b72cf0b89f262db10c57402dbf46 100644
--- a/pkg/compiler/lib/src/source_file_provider.dart
+++ b/pkg/compiler/lib/src/source_file_provider.dart
@@ -88,7 +88,9 @@ abstract class SourceFileProvider implements CompilerInput {
// TODO(johnniwinther): Remove this when no longer needed for the old compiler
// API.
- Future/*<List<int> | String>*/ call(Uri resourceUri) => throw "unimplemented";
+ Future /* <List<int> | String> */ call(Uri resourceUri) {
+ throw "unimplemented";
+ }
relativizeUri(Uri uri) => relativize(cwd, uri, isWindows);
« no previous file with comments | « pkg/compiler/lib/src/parser/element_listener.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698