REGEXP_FILE
  RegExpPatternImpl: <a+?b+?c+?>
    RegExpBranchImpl: <a+?b+?c+?>
      RegExpClosureImpl: <a+?>
        RegExpCharImpl: <a>
          PsiElement(CHARACTER)('a')
        RegExpQuantifierImpl: <+?>
          PsiElement(PLUS)('+')
          PsiElement(QUEST)('?')
      RegExpClosureImpl: <b+?>
        RegExpCharImpl: <b>
          PsiElement(CHARACTER)('b')
        RegExpQuantifierImpl: <+?>
          PsiElement(PLUS)('+')
          PsiElement(QUEST)('?')
      RegExpClosureImpl: <c+?>
        RegExpCharImpl: <c>
          PsiElement(CHARACTER)('c')
        RegExpQuantifierImpl: <+?>
          PsiElement(PLUS)('+')
          PsiElement(QUEST)('?')