| PyFile:EmptyBlockInFunctionBeforeFunction.py |
| PsiElement(Py:DEF_KEYWORD)('def') |
| PsiElement(Py:IDENTIFIER)('foo') |
| PsiElement(Py:IDENTIFIER)('xs') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:FOR_KEYWORD)('for') |
| PsiElement(Py:IDENTIFIER)('x') |
| PsiElement(Py:IN_KEYWORD)('in') |
| PyReferenceExpression: xs |
| PsiElement(Py:IDENTIFIER)('xs') |
| PsiElement(Py:COLON)(':') |
| PsiErrorElement:Indent expected |
| PsiElement(Py:DEF_KEYWORD)('def') |
| PsiElement(Py:IDENTIFIER)('bar') |
| PsiElement(Py:COLON)(':') |
| PsiElement(Py:PASS_KEYWORD)('pass') |