Files
openide/python/testData/editing/noBackslashOnEnterInMappingPattern.py
2021-06-17 20:08:02 +00:00

3 lines
58 B
Python

match x:
case {'foo': 1, <caret>'bar': 2}
pass