mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 5c6dc8257973dd0f22a5ef8dd5883628205689a7
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') |