mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 5c6dc8257973dd0f22a5ef8dd5883628205689a7
29 lines
880 B
Plaintext
29 lines
880 B
Plaintext
PyFile:PatternMatchingRecoveryNoSubjectAfterMatch.py
|
|
PyTypeDeclarationStatement
|
|
PyTargetExpression: match
|
|
PsiElement(Py:IDENTIFIER)('match')
|
|
PyAnnotation
|
|
PsiElement(Py:COLON)(':')
|
|
PsiErrorElement:Expression expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n ')
|
|
PsiErrorElement:Unexpected indent
|
|
<empty list>
|
|
PyExpressionStatement
|
|
PyReferenceExpression: case
|
|
PsiElement(Py:IDENTIFIER)('case')
|
|
PsiErrorElement:End of statement expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PyTypeDeclarationStatement
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('1')
|
|
PyAnnotation
|
|
PsiElement(Py:COLON)(':')
|
|
PsiErrorElement:Expression expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n ')
|
|
PsiErrorElement:Unexpected indent
|
|
<empty list>
|
|
PyPassStatement
|
|
PsiElement(Py:PASS_KEYWORD)('pass') |