Update literals in the grammar reference

Add missing long literal suffix
Add binary integer literals
Introduce IntegerLiteral lexer rule, which is closer to the actual lexer

Issue #KT-22713 Fixed
This commit is contained in:
Sergey Igushkin
2018-02-20 21:09:26 +03:00
parent 41044cd277
commit 32df9c00ee
3 changed files with 23 additions and 5 deletions
@@ -803,7 +803,6 @@ public class KotlinExpressionParsing extends AbstractKotlinParsing {
* : stringTemplate
* : NoEscapeString
* : IntegerLiteral
* : LongLiteral
* : CharacterLiteral
* : FloatLiteral
* : "null"