PyFile:PatternMatchingRecoveryMatchStatementWithoutClausesWithCommentAtEndOfFile.py
  PyMatchStatement
    PsiElement(Py:MATCH_KEYWORD)('match')
    PsiWhiteSpace(' ')
    PyReferenceExpression: x
      PsiElement(Py:IDENTIFIER)('x')
    PsiElement(Py:COLON)(':')
    PsiErrorElement:Indent expected
      <empty list>
  PsiWhiteSpace('\n    ')
  PsiComment(Py:END_OF_LINE_COMMENT)('# comment')