mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
18 lines
566 B
Plaintext
18 lines
566 B
Plaintext
PyFile:ComprehensionErrors.py
|
|
PyExpressionStatement
|
|
PyListCompExpression
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PsiErrorElement:expression expected
|
|
<empty list>
|
|
PsiElement(Py:FOR_KEYWORD)('for')
|
|
PsiErrorElement:expression expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IN_KEYWORD)('in')
|
|
PsiErrorElement:expression expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IF_KEYWORD)('if')
|
|
PsiErrorElement:expression expected
|
|
<empty list>
|
|
PsiElement(Py:RBRACKET)(']') |