| library; | |
| import self as self; | |
| import "dart:async" as asy; | |
| import "dart:async"; | |
| static method test(asy::StreamController<void> _eventStreamController) → dynamic async /* emittedValueType= dynamic */ { | |
| await for (final wildcard void _#wc0#var in _eventStreamController.{asy::StreamController::stream}{asy::Stream<void>}) { | |
| } | |
| } | |
| static method main() → dynamic {} |