PyFile:OverIndentedComment.py
  PyIfStatement
    PyIfPartIf
      PsiElement(Py:IF_KEYWORD)('if')
      PsiWhiteSpace(' ')
      PyReferenceExpression: test
        PsiElement(Py:IDENTIFIER)('test')
      PsiElement(Py:COLON)(':')
      PsiWhiteSpace('\n        ')
      PyStatementList
        PsiComment(Py:END_OF_LINE_COMMENT)('# comment')
        PsiWhiteSpace('\n    ')
        PyPassStatement
          PsiElement(Py:PASS_KEYWORD)('pass')