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

Unified Diff: lib/src/graph/phase.dart

Issue 2993093002: package barback: Update the comment style generic syntax. (Closed)
Patch Set: fix code Created 3 years, 4 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 | « lib/src/graph/package_graph.dart ('k') | lib/src/transformer/aggregate_transform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/graph/phase.dart
diff --git a/lib/src/graph/phase.dart b/lib/src/graph/phase.dart
index 75cdf62975188dc76b0a37b085b68dcecf7a0933..fd5ad614a3ec28194a2dc39aaf0872d986623ba0 100644
--- a/lib/src/graph/phase.dart
+++ b/lib/src/graph/phase.dart
@@ -259,7 +259,7 @@ class Phase {
}
}
- var newGroups = DelegatingSet.typed/*<TransformerGroup>*/(
+ var newGroups = DelegatingSet.typed<TransformerGroup>(
transformers.where((op) => op is TransformerGroup).toSet());
var oldGroups = _groups.keys.toSet();
for (var removed in oldGroups.difference(newGroups)) {
« no previous file with comments | « lib/src/graph/package_graph.dart ('k') | lib/src/transformer/aggregate_transform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698