Partial
and Readonly
are not commutative when using generics
#17682
Milestone
Partial
and Readonly
are not commutative when using generics
#17682
TypeScript Version: 2.4.2
Code
Expected behavior:
All examples compile.
Actual behavior:
The generic args only compile if
Partial
andReadonly
are applied in a specific order.The text was updated successfully, but these errors were encountered: