JetFile: EnumNoAnnotations.kt
  PACKAGE_DIRECTIVE
    PsiElement(package)('package')
    PsiWhiteSpace(' ')
    DOT_QUALIFIED_EXPRESSION
      DOT_QUALIFIED_EXPRESSION
        DOT_QUALIFIED_EXPRESSION
          DOT_QUALIFIED_EXPRESSION
            REFERENCE_EXPRESSION
              PsiElement(IDENTIFIER)('a')
            PsiElement(DOT)('.')
            REFERENCE_EXPRESSION
              PsiElement(IDENTIFIER)('b')
          PsiElement(DOT)('.')
          REFERENCE_EXPRESSION
            PsiElement(IDENTIFIER)('c')
        PsiElement(DOT)('.')
        REFERENCE_EXPRESSION
          PsiElement(IDENTIFIER)('test')
      PsiElement(DOT)('.')
      REFERENCE_EXPRESSION
        PsiElement(IDENTIFIER)('enum')
  IMPORT_LIST
    <empty list>
  PsiWhiteSpace('\n\n')
  CLASS
    MODIFIER_LIST
      PsiElement(enum)('enum')
    PsiWhiteSpace(' ')
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Enum')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      ENUM_ENTRY
        PsiComment(EOL_COMMENT)('// We have six entries in the following line,')
        PsiWhiteSpace('\n    ')
        PsiComment(EOL_COMMENT)('// not one entry with five annotations')
        PsiWhiteSpace('\n    ')
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('A')
      PsiWhiteSpace(' ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('B')
      PsiWhiteSpace(' ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('C')
      PsiWhiteSpace(' ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('D')
      PsiWhiteSpace(' ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('E')
      PsiWhiteSpace(' ')
      ENUM_ENTRY
        OBJECT_DECLARATION_NAME
          PsiElement(IDENTIFIER)('F')
        PsiWhiteSpace(' ')
        CLASS_BODY
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n        ')
          FUN
            MODIFIER_LIST
              PsiElement(override)('override')
            PsiWhiteSpace(' ')
            PsiElement(fun)('fun')
            PsiWhiteSpace(' ')
            PsiElement(IDENTIFIER)('f')
            VALUE_PARAMETER_LIST
              PsiElement(LPAR)('(')
              PsiElement(RPAR)(')')
            PsiWhiteSpace(' ')
            PsiElement(EQ)('=')
            PsiWhiteSpace(' ')
            INTEGER_CONSTANT
              PsiElement(INTEGER_LITERAL)('4')
          PsiWhiteSpace('\n    ')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n\n    ')
      FUN
        MODIFIER_LIST
          PsiElement(open)('open')
        PsiWhiteSpace(' ')
        PsiElement(fun)('fun')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('f')
        VALUE_PARAMETER_LIST
          PsiElement(LPAR)('(')
          PsiElement(RPAR)(')')
        PsiWhiteSpace(' ')
        PsiElement(EQ)('=')
        PsiWhiteSpace(' ')
        INTEGER_CONSTANT
          PsiElement(INTEGER_LITERAL)('3')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
