[FIR] Implement FLOAT_LITERAL_OUT_OF_RANGE diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-04-07 16:36:18 +03:00
committed by TeamCityServer
parent 4cf30cd1fa
commit 964bba3530
20 changed files with 52 additions and 242 deletions
@@ -37,6 +37,7 @@ enum class DiagnosticKind {
IllegalEscape,
IntLiteralOutOfRange,
FloatLiteralOutOfRange,
WrongLongSuffix,
Other