# Bug report #148566 allowed this: ```py match ...: case +1j: pass ``` but also this: ```py match ...: case 1++1j: pass ``` The double plus should not be allowed. <!-- gh-linked-prs --> ### Linked PRs * gh-154776 * gh-154802 <!-- /gh-linked-prs -->
Bug report
#148566 allowed this:
but also this:
The double plus should not be allowed.
Linked PRs