mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
22 lines
696 B
Plaintext
22 lines
696 B
Plaintext
PyFile:MissingListSeparators.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyListLiteralExpression
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('1')
|
|
PsiErrorElement:expected ',' or ']'
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('2')
|
|
PsiErrorElement:expected ',' or ']'
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PyNumericLiteralExpression
|
|
PsiElement(Py:INTEGER_LITERAL)('3')
|
|
PsiElement(Py:RBRACKET)(']') |