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:
@@ -803,7 +803,6 @@ public class KotlinExpressionParsing extends AbstractKotlinParsing {
|
||||
* : stringTemplate
|
||||
* : NoEscapeString
|
||||
* : IntegerLiteral
|
||||
* : LongLiteral
|
||||
* : CharacterLiteral
|
||||
* : FloatLiteral
|
||||
* : "null"
|
||||
|
||||
Reference in New Issue
Block a user