FILE
  PsiElement(CLASS_DECLARATION)
    PsiElement(CLASS_HEADER)
      PsiElement(MODIFIERS)
        PsiElement(MODIFIER)
          PsiElement(IDENTIFIER)('c')
        PsiElement(COLON)(':')
      PsiElement(TYPE_REFERENCE)
        PsiElement(IDENTIFIER)('com')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('intellij')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('execution')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('ExecutionException')
    PsiWhiteSpace('\n')
    PsiElement(SUPER_TYPE)
      PsiElement(MINUS)('-')
      PsiWhiteSpace(' ')
      PsiElement(TYPE_REFERENCE)
        PsiElement(IDENTIFIER)('java')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('lang')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('Exception')
  PsiWhiteSpace(' ')
  PsiElement(CLASS_DECLARATION)
    PsiElement(CLASS_HEADER)
      PsiElement(TYPE_REFERENCE)
        PsiElement(IDENTIFIER)('foo')
    PsiWhiteSpace('\n')
    PsiElement(SUPER_TYPE)
      PsiElement(MINUS)('-')
      PsiWhiteSpace(' ')
      PsiElement(TYPE_REFERENCE)
        PsiElement(IDENTIFIER)('java')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('lang')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('Exception')
  PsiWhiteSpace('\n')
  PsiElement(CLASS_DECLARATION)
    PsiElement(CLASS_HEADER)
      PsiElement(MODIFIERS)
        PsiElement(MODIFIER)
          PsiElement(IDENTIFIER)('Fa')
        PsiElement(COLON)(':')
      PsiElement(TYPE_REFERENCE)
        PsiElement(IDENTIFIER)('com')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('intellij')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('execution')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('ExecutionExceptionWithAttachments')
    PsiWhiteSpace('\n')
    PsiElement(SUPER_TYPE)
      PsiElement(MINUS)('-')
      PsiWhiteSpace(' ')
      PsiElement(TYPE_REFERENCE)
        PsiElement(IDENTIFIER)('com')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('intellij')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('execution')
        PsiElement(DOT)('.')
        PsiElement(IDENTIFIER)('ExecutionException')