Files
openide/python/testData/psi/PatternMatchingRecoveryDanglingBracketsInNestedPatterns.py
Mikhail Golubev e1b52ae759 PY-48008 Improve test coverage of match statements parsing
GitOrigin-RevId: 347185106d7fec7117c31b10fa24b709a3b0da42
2021-06-24 16:26:19 +00:00

7 lines
130 B
Python

match x:
case [{'foo': (42]:
pass
case Class([{'foo': True):
pass
case {'foo': [Class(1}:
pass