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

4 lines
62 B
Python

match x:
case ('foo'
'<caret>bar'):
pass