JetFile: LineCommentForFirstDeclaration.kt PACKAGE_DIRECTIVE IMPORT_LIST FUN PsiComment(EOL_COMMENT)('// This is foo') PsiWhiteSpace('\n') PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('foo') VALUE_PARAMETER_LIST PsiElement(LPAR)('(') PsiElement(RPAR)(')') PsiWhiteSpace(' ') BLOCK PsiElement(LBRACE)('{') PsiElement(RBRACE)('}')