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

Unified Diff: test/dart_codegen/expect/async/broadcast_stream_controller.dart

Issue 1096583002: Reifier hookup (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Address comments Created 5 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 | « test/dart_codegen/expect/async/async_error.dart ('k') | test/dart_codegen/expect/async/future.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart_codegen/expect/async/broadcast_stream_controller.dart
diff --git a/test/dart_codegen/expect/async/broadcast_stream_controller.dart b/test/dart_codegen/expect/async/broadcast_stream_controller.dart
index cee3f600c84d5e24c11a0c820287523694662562..2cb7c9e59ec9782ab24522796fa18302ba9b1e68 100644
--- a/test/dart_codegen/expect/async/broadcast_stream_controller.dart
+++ b/test/dart_codegen/expect/async/broadcast_stream_controller.dart
@@ -237,11 +237,11 @@ subscription._addError(error, stackTrace);
}
void _sendDone() {
if (!_isEmpty) {
-_forEachListener(((__x7) => DEVC$RT.cast(__x7, DEVC$RT.type((__t5<T> _) {
+_forEachListener(((__x7) => DEVC$RT.cast(__x7, DEVC$RT.type((__CastType5<T> _) {
}
-), DEVC$RT.type((__t3<T> _) {
+), DEVC$RT.type((__CastType3<T> _) {
}
-), "InferableClosure", """line 372, column 24 of dart:async/broadcast_stream_controller.dart: """, __x7 is __t3<T>, false))((_BroadcastSubscription<T> subscription) {
+), "InferableClosure", """line 372, column 24 of dart:async/broadcast_stream_controller.dart: """, __x7 is __CastType3<T>, false))((_BroadcastSubscription<T> subscription) {
subscription._close();
}
));
@@ -350,5 +350,5 @@ return new _Future.immediate(null);
bool get isPaused => _pauseCount > 0;
Future asFuture([Object value]) => new _Future();
}
- typedef void __t3<T>(_BufferingStreamSubscription<T> __u4);
- typedef dynamic __t5<T>(_BroadcastSubscription<T> __u6);
+ typedef void __CastType3<T>(_BufferingStreamSubscription<T> __u4);
+ typedef dynamic __CastType5<T>(_BroadcastSubscription<T> __u6);
« no previous file with comments | « test/dart_codegen/expect/async/async_error.dart ('k') | test/dart_codegen/expect/async/future.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698