'...' reserved as a token

KT-9708 Ambiguous syntax for Double ranges: `.1...2` (triple dot)

 #KT-9708 Fixed
This commit is contained in:
Andrey Breslav
2015-11-27 15:17:04 +03:00
parent 877129340f
commit aca355acdc
10 changed files with 768 additions and 627 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ JetFile: MarkdownLinkWithError.kt
PsiElement(IDENTIFIER)('C')
PsiErrorElement:Closing bracket expected
<empty list>
PsiElement(RANGE)('..')
PsiElement(DOT)('.')
PsiElement(RESERVED)('...')
PsiElement(RBRACKET)(']')
PsiWhiteSpace('\n ')
PsiElement(KDOC_LEADING_ASTERISK)('*')