KtFile: WhileWithEmptyCondition.kt PACKAGE_DIRECTIVE IMPORT_LIST FUN PsiElement(fun)('fun') PsiWhiteSpace(' ') PsiElement(IDENTIFIER)('test') VALUE_PARAMETER_LIST PsiElement(LPAR)('(') PsiElement(RPAR)(')') PsiWhiteSpace(' ') BLOCK PsiElement(LBRACE)('{') PsiWhiteSpace('\n ') WHILE PsiElement(while)('while') PsiWhiteSpace(' ') PsiElement(LPAR)('(') CONDITION PsiErrorElement:Expecting an expression PsiElement(RPAR)(')') PsiWhiteSpace('\n\n ') BODY RETURN PsiElement(return)('return') PsiWhiteSpace('\n') PsiElement(RBRACE)('}')