Add AND (&) token
This commit is contained in:
committed by
teamcityserver
parent
f265cd49ea
commit
cdd8d1c163
+2
-2
@@ -246,7 +246,7 @@ KtFile: 1.1.kt
|
||||
INTEGER_CONSTANT
|
||||
PsiElement(INTEGER_LITERAL)('100')
|
||||
PsiErrorElement:Property getter or setter expected
|
||||
PsiElement(BAD_CHARACTER)('&')
|
||||
PsiElement(AND)('&')
|
||||
PsiElement(INTEGER_LITERAL)('10')
|
||||
PsiWhiteSpace('\n')
|
||||
PROPERTY
|
||||
@@ -375,4 +375,4 @@ KtFile: 1.1.kt
|
||||
INTEGER_CONSTANT
|
||||
PsiElement(INTEGER_LITERAL)('100')
|
||||
PsiErrorElement:Property getter or setter expected
|
||||
PsiElement(CHARACTER_LITERAL)(''10')
|
||||
PsiElement(CHARACTER_LITERAL)(''10')
|
||||
|
||||
+2
-2
@@ -457,7 +457,7 @@ KtFile: 1.2.kt
|
||||
INTEGER_CONSTANT
|
||||
PsiElement(INTEGER_LITERAL)('0X')
|
||||
PsiErrorElement:Property getter or setter expected
|
||||
PsiElement(BAD_CHARACTER)('&')
|
||||
PsiElement(AND)('&')
|
||||
PsiElement(INTEGER_LITERAL)('0X10')
|
||||
PsiWhiteSpace('\n')
|
||||
PROPERTY
|
||||
@@ -586,4 +586,4 @@ KtFile: 1.2.kt
|
||||
INTEGER_CONSTANT
|
||||
PsiElement(INTEGER_LITERAL)('0X')
|
||||
PsiErrorElement:Property getter or setter expected
|
||||
PsiElement(CHARACTER_LITERAL)(''0x10')
|
||||
PsiElement(CHARACTER_LITERAL)(''0x10')
|
||||
|
||||
Reference in New Issue
Block a user