Add missing parenthesizePat in cvtp
We need to ensure that the output of cvtp
is parenthesized (at precedence
sigPrec
) so that any pattern signatures with a surrounding pattern signature
can parse correctly.
Fixes #24837 (closed).
We need to ensure that the output of cvtp
is parenthesized (at precedence
sigPrec
) so that any pattern signatures with a surrounding pattern signature
can parse correctly.
Fixes #24837 (closed).