Skip to content

Commit

Permalink
value as reified for Stream (solves the unimplemented error)
Browse files Browse the repository at this point in the history
  • Loading branch information
billeci.cdx committed Oct 15, 2023
1 parent 29b4c01 commit 9fd0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/eval/shared/stdlib/async/stream.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class $StreamSubscription implements $Instance {
}

@override
get $reified => throw UnimplementedError();
get $reified => $value;

@override
int $getRuntimeType(Runtime runtime) => runtime.lookupType($type.spec!);
Expand Down

0 comments on commit 9fd0d78

Please sign in to comment.