You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mhegazy
changed the title
Allowed trailing commas in NESTED type parameter/argument lists
Allowed trailing commas in type argument lists for type references
Jul 23, 2018
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 3.1.0-dev.201xxxxx
Search Terms:
Trailing Comma Nested Types Parameters Generic
Code:
Expected behavior:
An error should not be thrown
Actual behavior:
Playground Link:
http://www.typescriptlang.org/play/index.html#src=interface%20Pizza%3CT%3E%20%7B%0D%0A%20%20pizza%3A%20T%3B%0D%0A%7D%0D%0A%0D%0Atype%20PizzaBox%20%3D%20Partial%3CPizza%3Cstring%2C%3E%3E%3B
Related Issues:
#16152
#21984
#20599
The text was updated successfully, but these errors were encountered: