mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
14 lines
469 B
Plaintext
14 lines
469 B
Plaintext
PyFile:PatternMatchingAnnotatedAssignmentLooksLikeIncompleteMatchStatement.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: match
|
|
PsiElement(Py:IDENTIFIER)('match')
|
|
PyAnnotation
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyReferenceExpression: case
|
|
PsiElement(Py:IDENTIFIER)('case')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('42') |