-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Labels
Description
Feature request
At the very least, it'd be great if you converted list<Foo> to array<int, Foo> before adding more complete support.
list is a reserved word, so it can never be a class name.
Documentation here: https://psalm.dev/docs/annotating_code/type_syntax/array_types/#lists
Reactions are currently unavailable