Files
openide/python/testData/psi/KeywordAsFunctionName.txt
Dmitry Trofimov d4c895fbec Fix test data
2017-09-11 19:38:27 +03:00

14 lines
421 B
Plaintext

PyFile:KeywordAsFunctionName.py
PyFunction('from')
PsiElement(Py:DEF_KEYWORD)('def')
PsiWhiteSpace(' ')
PsiErrorElement:Identifier expected
PsiElement(Py:FROM_KEYWORD)('from')
PyParameterList
PsiElement(Py:LPAR)('(')
PsiElement(Py:RPAR)(')')
PsiElement(Py:COLON)(':')
PsiWhiteSpace('\n ')
PyStatementList
PyPassStatement
PsiElement(Py:PASS_KEYWORD)('pass')