mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
24 lines
769 B
Plaintext
24 lines
769 B
Plaintext
PyFile:NotClosedBraceDict.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: a
|
|
PsiElement(Py:IDENTIFIER)('a')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyDictLiteralExpression
|
|
PsiElement(Py:LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
PyKeyValueExpression
|
|
PyStringLiteralExpression: b
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''b'')
|
|
PsiElement(Py:COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: c
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''c'')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiErrorElement:'}' expected
|
|
<empty list>
|
|
PsiWhiteSpace('\n ')
|
|
PsiElement(Py:RBRACKET)(']')
|
|
PsiErrorElement:Statement expected, found Py:RBRACKET
|
|
<empty list> |