KtFile: 2.10.kt
  PACKAGE_DIRECTIVE
    <empty list>
  IMPORT_LIST
    <empty list>
  CLASS
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('A')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      OBJECT_DECLARATION
        MODIFIER_LIST
          PsiElement(companion)('companion')
        PsiWhiteSpace(' ')
        PsiElement(object)('object')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(true)('true')
      PsiWhiteSpace(' ')
      FUN
        PsiErrorElement:Expecting member declaration
          <empty list>
        BLOCK
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n\n    ')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('B')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      OBJECT_DECLARATION
        MODIFIER_LIST
          PsiElement(companion)('companion')
        PsiWhiteSpace(' ')
        PsiElement(object)('object')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(false)('false')
      PsiErrorElement:Expecting member declaration
        PsiElement(COLON)(':')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(IDENTIFIER)('A')
      PsiErrorElement:Expecting member declaration
        PsiElement(LPAR)('(')
      PsiErrorElement:Expecting member declaration
        PsiElement(RPAR)(')')
      PsiWhiteSpace(' ')
      FUN
        PsiErrorElement:Expecting member declaration
          <empty list>
        BLOCK
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n\n    ')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')
  PsiWhiteSpace('\n\n')
  CLASS
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('C')
    PsiWhiteSpace(' ')
    CLASS_BODY
      PsiElement(LBRACE)('{')
      PsiWhiteSpace('\n    ')
      OBJECT_DECLARATION
        MODIFIER_LIST
          PsiElement(companion)('companion')
        PsiWhiteSpace(' ')
        PsiElement(object)('object')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(true)('true')
      PsiErrorElement:Expecting member declaration
        PsiElement(COLON)(':')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(IDENTIFIER)('B')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(IDENTIFIER)('by')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(IDENTIFIER)('expr')
      PsiErrorElement:Expecting member declaration
        PsiElement(COMMA)(',')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(IDENTIFIER)('x1')
      PsiErrorElement:Expecting member declaration
        PsiElement(COMMA)(',')
      PsiWhiteSpace(' ')
      PsiErrorElement:Expecting member declaration
        PsiElement(IDENTIFIER)('A')
      PsiErrorElement:Expecting member declaration
        PsiElement(LPAR)('(')
      PsiErrorElement:Expecting member declaration
        PsiElement(RPAR)(')')
      PsiWhiteSpace(' ')
      FUN
        PsiErrorElement:Expecting member declaration
          <empty list>
        BLOCK
          PsiElement(LBRACE)('{')
          PsiWhiteSpace('\n\n    ')
          PsiElement(RBRACE)('}')
      PsiWhiteSpace('\n')
      PsiElement(RBRACE)('}')