[FIR] Implement INT_LITERAL_OUT_OF_RANGE diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-04-07 15:53:23 +03:00
committed by TeamCityServer
parent fb06da2d75
commit 4cf30cd1fa
20 changed files with 68 additions and 48 deletions
@@ -36,6 +36,7 @@ enum class DiagnosticKind {
TooManyCharactersInCharacterLiteral,
IllegalEscape,
IntLiteralOutOfRange,
WrongLongSuffix,
Other