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

Unified Diff: tests/lib_2/async/catch_errors.dart

Issue 3012563002: Changed void -> dynamic return type to fix issue caused by poor merge decision. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_2/async/catch_errors.dart
diff --git a/tests/lib_2/async/catch_errors.dart b/tests/lib_2/async/catch_errors.dart
index 925ce2c2f269a3b1c3d3eb74acc86e0119078adc..b170b70467fbbdb118cd5a610105b61750d41f2c 100644
--- a/tests/lib_2/async/catch_errors.dart
+++ b/tests/lib_2/async/catch_errors.dart
@@ -2,7 +2,7 @@ library catch_errors;
import 'dart:async';
-Stream catchErrors(void body()) {
+Stream catchErrors(dynamic body()) {
StreamController controller;
bool onError(e, st) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698