JetFile: NonTypeBeforeDotInBaseClass.kt
  PACKAGE_DIRECTIVE
    <empty list>
  IMPORT_LIST
    <empty list>
  CLASS
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('ClassB')
    PRIMARY_CONSTRUCTOR
      VALUE_PARAMETER_LIST
        PsiElement(LPAR)('(')
        PsiElement(RPAR)(')')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      CLASS
        PsiElement(class)('class')
        PsiWhiteSpace(' ')
        PsiElement(IDENTIFIER)('ClassC')
        PsiElement(COLON)(':')
        PsiWhiteSpace(' ')
        DELEGATION_SPECIFIER_LIST
          DELEGATOR_SUPER_CLASS
            TYPE_REFERENCE
              PsiErrorElement:Type expected
                PsiElement(super)('super')
      PsiErrorElement:Expecting member declaration
        PsiElement(DOT)('.')
      FUN
        MODIFIER_LIST
          PsiErrorElement:Use '@' symbol before annotations
            <empty list>
          ANNOTATION_ENTRY
            CONSTRUCTOR_CALLEE
              TYPE_REFERENCE
                USER_TYPE
                  REFERENCE_EXPRESSION
                    PsiElement(IDENTIFIER)('ClassA')
            VALUE_ARGUMENT_LIST
              PsiElement(LPAR)('(')
              PsiElement(RPAR)(')')
        PsiErrorElement:Expecting member declaration
          <empty list>
        PsiWhiteSpace(' ')
        BLOCK
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n    ')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')