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

Unified Diff: pkg/barback/test/transformer/lazy_bad.dart

Issue 223553008: Only pass an AssetId to isPrimary and declareOutputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix script_compactor Created 6 years, 8 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/barback/test/transformer/has_input.dart ('k') | pkg/barback/test/transformer/lazy_many_to_one.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/test/transformer/lazy_bad.dart
diff --git a/pkg/barback/test/transformer/lazy_bad.dart b/pkg/barback/test/transformer/lazy_bad.dart
index 4bd07fd9a05bd59d0f274c70b819b13dbf3d9157..16d0b77f0024a7a97d8e37d526a6b7660ba5f0ff 100644
--- a/pkg/barback/test/transformer/lazy_bad.dart
+++ b/pkg/barback/test/transformer/lazy_bad.dart
@@ -21,7 +21,7 @@ class LazyBadTransformer extends MockTransformer implements LazyTransformer {
LazyBadTransformer(this.output);
- Future<bool> doIsPrimary(Asset asset) => new Future.value(true);
+ Future<bool> doIsPrimary(_) => new Future.value(true);
Future doApply(Transform transform) {
return newFuture(() {
« no previous file with comments | « pkg/barback/test/transformer/has_input.dart ('k') | pkg/barback/test/transformer/lazy_many_to_one.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698