KtFile: ImportRecovery.kt PACKAGE_DIRECTIVE IMPORT_LIST IMPORT_DIRECTIVE PsiElement(import)('import') PsiWhiteSpace(' ') DOT_QUALIFIED_EXPRESSION REFERENCE_EXPRESSION PsiElement(IDENTIFIER)('some') PsiElement(DOT)('.') REFERENCE_EXPRESSION PsiElement(IDENTIFIER)('test') PsiElement(DOT)('.') PsiErrorElement:Import must be placed on a single line PsiWhiteSpace('\n\n') PsiComment(EOL_COMMENT)('// Some') PsiWhiteSpace('\n') PsiComment(EOL_COMMENT)('// SomeOther') PsiWhiteSpace('\n\n') OBJECT_DECLARATION PsiElement(object)('object') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('StyleSheetOrigin') PsiWhiteSpace(' ') CLASS_BODY PsiElement(LBRACE)('{') PsiElement(RBRACE)('}')