mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
PyFile:NotClosedBraceSet.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PySetLiteralExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PyStringLiteralExpression: b
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''b'')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiErrorElement:'}' expected
|
|
<empty list>
|
|
PsiElement(Py:RBRACKET)(']')
|
|
PsiErrorElement:Statement expected, found Py:RBRACKET
|
|
<empty list> |