KtFile: kotlinFunInterface_ERR.kt
  PACKAGE_DIRECTIVE
    <empty list>
  IMPORT_LIST
    <empty list>
  CLASS
    PsiElement(interface)('interface')
    PsiErrorElement:Name expected
      <empty list>
  PsiWhiteSpace(' ')
  FUN
    PsiElement(fun)('fun')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Foo')
    PsiErrorElement:Expecting '('
      <empty list>
  PsiWhiteSpace('\n\n')
  FUN
    PsiElement(fun)('fun')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('private')
    PsiErrorElement:Expecting '('
      <empty list>
  PsiWhiteSpace(' ')
  CLASS
    PsiElement(interface)('interface')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Foo')
  PsiWhiteSpace('\n\n')
  FUN
    PsiElement(fun)('fun')
    PsiWhiteSpace(' ')
    PsiErrorElement:Annotations are not allowed in this position
      ANNOTATION_ENTRY
        PsiElement(AT)('@')
        CONSTRUCTOR_CALLEE
          TYPE_REFERENCE
            USER_TYPE
              REFERENCE_EXPRESSION
                PsiElement(IDENTIFIER)('Bar')
    PsiErrorElement:Expecting function name or receiver type
      <empty list>
  PsiWhiteSpace(' ')
  CLASS
    PsiElement(interface)('interface')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Foo')
  PsiWhiteSpace('\n\n')
  FUN
    PsiElement(fun)('fun')
    PsiErrorElement:Expecting function name or receiver type
      <empty list>
  PsiWhiteSpace(' ')
  CLASS
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Foo')
  PsiWhiteSpace('\n\n')
  FUN
    PsiElement(fun)('fun')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('abstract')
    PsiErrorElement:Expecting '('
      <empty list>
  PsiWhiteSpace(' ')
  CLASS
    PsiElement(class)('class')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Foo')
  PsiWhiteSpace('\n\n')
  FUN
    PsiElement(fun)('fun')
    PsiErrorElement:Expecting function name or receiver type
      <empty list>
  PsiWhiteSpace(' ')
  OBJECT_DECLARATION
    PsiElement(object)('object')
    PsiWhiteSpace(' ')
    PsiElement(IDENTIFIER)('Foo')