Fixed the parser bug when a no-else if was followed by a semicolon and no newline
This commit is contained in:
@@ -880,7 +880,7 @@ JetFile: ControlStructures.jet
|
||||
THEN
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('b')
|
||||
PsiElement(SEMICOLON)(';')
|
||||
PsiElement(SEMICOLON)(';')
|
||||
PsiWhiteSpace('\n\n ')
|
||||
IF
|
||||
PsiElement(if)('if')
|
||||
|
||||
Reference in New Issue
Block a user