Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Make DigestSink implement Sink #146

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Make DigestSink implement Sink #146

merged 1 commit into from
Apr 19, 2023

Conversation

lrhn
Copy link
Contributor

@lrhn lrhn commented Apr 19, 2023

In Dart 3, Sink is an interface class, and cannot be extended.

Fixes dart-lang/core#244

In Dart 3, `Sink` is an interface class, and cannot be extended.
@lrhn lrhn requested a review from jonasfj April 19, 2023 10:04
@lrhn lrhn merged commit 77491f5 into master Apr 19, 2023
@lrhn lrhn deleted the lrhn-patch-1 branch April 19, 2023 10:42
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 15, 2024
In Dart 3, `Sink` is an interface class, and cannot be extended.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Dart 3 incompatibilty: DigestSink extends Sink but Sink is interface class
2 participants