KtFile: validKotlinFunInterface.kt PACKAGE_DIRECTIVE IMPORT_LIST CLASS MODIFIER_LIST PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(interface)('interface') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('Foo') PsiWhiteSpace('\n\n') CLASS MODIFIER_LIST PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(interface)('interface') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('Foo') PsiWhiteSpace(' ') CLASS_BODY PsiElement(LBRACE)('{') PsiWhiteSpace('\n ') FUN PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('invoke') VALUE_PARAMETER_LIST PsiElement(LPAR)('(') PsiElement(RPAR)(')') PsiWhiteSpace('\n') PsiElement(RBRACE)('}') PsiWhiteSpace('\n\n') CLASS MODIFIER_LIST PsiElement(private)('private') PsiWhiteSpace(' ') PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(interface)('interface') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('Foo') PsiWhiteSpace('\n\n') CLASS MODIFIER_LIST ANNOTATION_ENTRY PsiElement(AT)('@') CONSTRUCTOR_CALLEE TYPE_REFERENCE USER_TYPE REFERENCE_EXPRESSION PsiElement(IDENTIFIER)('Bar') PsiWhiteSpace('\n') PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(interface)('interface') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('Foo') PsiWhiteSpace('\n\n') CLASS PsiElement(class)('class') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('TopLevel') PsiWhiteSpace(' ') CLASS_BODY PsiElement(LBRACE)('{') PsiWhiteSpace('\n ') CLASS MODIFIER_LIST PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(interface)('interface') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('Foo') PsiWhiteSpace('\n') PsiElement(RBRACE)('}') PsiWhiteSpace('\n\n') CLASS MODIFIER_LIST PsiElement(fun)('fun') PsiWhiteSpace('\n') PsiElement(interface)('interface') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('Foo')