Closed
Description
Per the type parameters proposal:
A generic type can refer to itself in cases where a type can ordinarily refer to itself, but when it does so the type arguments must be the type parameters, listed in the same order.
The type checkers currently don't do this test. Reminder issue.
cc: @findleyr