Bracketed @param
name doesn't add null | undefined
in strict mode
#22412
Milestone
@param
name doesn't add null | undefined
in strict mode
#22412
Code
Expected behavior:
The type of p should be
number | null | undefined
, and should be optional in the signature off
.Actual behavior:
p is optional but doesn't include
null | undefined
in its type.The text was updated successfully, but these errors were encountered: