mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
PyFile:PatternMatchingRecoveryMatchStatementWithoutClauses.py
|
|
PyMatchStatement
|
|
PsiElement(Py:MATCH_KEYWORD)('match')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: x
|
|
PsiElement(Py:IDENTIFIER)('x')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiErrorElement:Indent expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n\n')
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |