Add AND (&) token

This commit is contained in:
Denis.Zharkov
2021-08-04 17:52:52 +03:00
committed by teamcityserver
parent f265cd49ea
commit cdd8d1c163
6 changed files with 222 additions and 213 deletions
@@ -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')
@@ -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')