[FIR] Implement WRONG_LONG_SUFFIX diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-04-07 14:04:55 +03:00
committed by TeamCityServer
parent 62ffc0033d
commit fb06da2d75
19 changed files with 60 additions and 34 deletions
@@ -36,5 +36,7 @@ enum class DiagnosticKind {
TooManyCharactersInCharacterLiteral,
IllegalEscape,
WrongLongSuffix,
Other
}