JetFile: EnumEntryInitList.kt
  PACKAGE_DIRECTIVE
    <empty list>
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E1')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace('\n')
        INITIALIZER_LIST
          PsiErrorElement:Expecting constructor call (this(...)) or supertype initializer
            <empty list>
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E2')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace('\n\n    ')
        INITIALIZER_LIST
          PsiErrorElement:Expecting constructor call (this(...)) or supertype initializer
            <empty list>
      FUN
        PsiElement(fun)('fun')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('some')
        VALUE_PARAMETER_LIST
          PsiElement(LPAR)('(')
          PsiElement(RPAR)(')')
        PsiWhiteSpace(' ')
        BLOCK
          PsiElement(LBRACE)('{')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E3')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace('\n\n    ')
        INITIALIZER_LIST
          PsiErrorElement:Expecting constructor call (this(...)) or supertype initializer
            <empty list>
      PROPERTY
        PsiElement(val)('val')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('some')
        PsiWhiteSpace(' ')
        PsiElement(EQ)('=')
        PsiWhiteSpace(' ')
        INTEGER_CONSTANT
          PsiElement(INTEGER_LITERAL)('1')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E4')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace('\n\n    ')
        INITIALIZER_LIST
          PsiErrorElement:Expecting constructor call (this(...)) or supertype initializer
            <empty list>
      CLASS
        PsiElement(class)('class')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('Other')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E5')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace(' ')
        INITIALIZER_LIST
          DELEGATOR_SUPER_CALL
            CONSTRUCTOR_CALLEE
              TYPE_REFERENCE
                USER_TYPE
                  REFERENCE_EXPRESSION
                    PsiElement(IDENTIFIER)('E5')
            VALUE_ARGUMENT_LIST
              PsiElement(LPAR)('(')
              PsiElement(RPAR)(')')
          PsiElement(COMMA)(',')
          PsiErrorElement:Expecting constructor call (this(...)) or supertype initializer
            <empty list>
      PsiWhiteSpace('\n\n    ')
      CLASS
        PsiElement(class)('class')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('Other')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E6')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace(' ')
        INITIALIZER_LIST
          DELEGATOR_SUPER_CALL
            CONSTRUCTOR_CALLEE
              TYPE_REFERENCE
                USER_TYPE
                  REFERENCE_EXPRESSION
                    PsiElement(IDENTIFIER)('E6')
            VALUE_ARGUMENT_LIST
              PsiElement(LPAR)('(')
              PsiElement(RPAR)(')')
          PsiElement(COMMA)(',')
          PsiErrorElement:Expecting constructor call (this(...)) or supertype initializer
            <empty list>
        PsiElement(SEMICOLON)(';')
      PsiWhiteSpace('\n\n    ')
      CLASS
        PsiElement(class)('class')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('Other')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E7')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace('\n\n    ')
        INITIALIZER_LIST
          DELEGATOR_SUPER_CALL
            ANNOTATION
              PsiElement(LBRACKET)('[')
              ANNOTATION_ENTRY
                CONSTRUCTOR_CALLEE
                  TYPE_REFERENCE
                    USER_TYPE
                      REFERENCE_EXPRESSION
                        PsiElement(IDENTIFIER)('Some')
              PsiElement(RBRACKET)(']')
            PsiWhiteSpace('\n    ')
            CONSTRUCTOR_CALLEE
              TYPE_REFERENCE
                USER_TYPE
                  REFERENCE_EXPRESSION
                    PsiElement(IDENTIFIER)('SECOND')
            PsiWhiteSpace('\n')
            VALUE_ARGUMENT_LIST
              PsiErrorElement:Expecting an argument list
                <empty list>
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('E8')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('FIRST')
        PsiElement(COLON)(':')
        PsiWhiteSpace('\n    ')
        INITIALIZER_LIST
          DELEGATOR_SUPER_CALL
            CONSTRUCTOR_CALLEE
              TYPE_REFERENCE
                USER_TYPE
                  REFERENCE_EXPRESSION
                    PsiElement(IDENTIFIER)('SECOND')
            PsiWhiteSpace('\n')
            VALUE_ARGUMENT_LIST
              PsiErrorElement:Expecting an argument list
                <empty list>
      PsiElement(RBRACE)('}')