-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).Dart language related items (some items might be better tracked at github.com/dart-lang/language).closed-duplicateClosed in favor of an existing reportClosed in favor of an existing reportcore-ltype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
This issue was originally filed by @seaneagan
We have class literals e.g. List, but they do not allow using generics, e.g. List<String>. One use case is issue #10407, being able to do:
expect(x, isA(List<String>));
instead of just:
expect(x, isA(List));
[Edit Mar 2021 eernstg: Closing this issue as a duplicate of dart-lang/language#123. This one is older indeed, but today dart-lang/language#123 is used to discuss this feature proposal.]
srawlins, kentcb, jcmellado, axellebot, priezz and 13 more
Metadata
Metadata
Assignees
Labels
area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).Dart language related items (some items might be better tracked at github.com/dart-lang/language).closed-duplicateClosed in favor of an existing reportClosed in favor of an existing reportcore-ltype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug