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

4 lines
65 B
Python

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