PyFile:PatternMatchingRecoveryMatchStatementWithoutClausesWithComment.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')
  PsiWhiteSpace('\n')
  PyPassStatement
    PsiElement(Py:PASS_KEYWORD)('pass')