23 lines
538 B
Plaintext
Vendored
23 lines
538 B
Plaintext
Vendored
KtFile: ForWithoutLParInEOF.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
FUN
|
|
PsiElement(fun)('fun')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('test')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
FOR
|
|
PsiElement(for)('for')
|
|
PsiErrorElement:Expecting '(' to open a loop range
|
|
<empty list>
|
|
BODY
|
|
PsiErrorElement:Expecting an expression
|
|
<empty list>
|