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

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

Issue 1947773002: Fix all strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/barback@master
Patch Set: Code review changes Created 4 years, 7 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/asset_cascade.dart ('k') | lib/src/graph/package_graph.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/graph/group_runner.dart
diff --git a/lib/src/graph/group_runner.dart b/lib/src/graph/group_runner.dart
index f9dcaa11c0397667c2f289f6693f1aca040be355..1cb94eefb9957219d2495af4bd34d409b35a4de6 100644
--- a/lib/src/graph/group_runner.dart
+++ b/lib/src/graph/group_runner.dart
@@ -35,7 +35,7 @@ class GroupRunner {
/// A stream that emits an event every time the group's status changes.
Stream<NodeStatus> get onStatusChange => _onStatusChange;
- Stream _onStatusChange;
+ Stream<NodeStatus> _onStatusChange;
/// A stream that emits any new assets emitted by [this].
///
« no previous file with comments | « lib/src/graph/asset_cascade.dart ('k') | lib/src/graph/package_graph.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698