FIR: rename EXPRESSION_REQUIRED to EXPRESSION_EXPECTED

This commit is contained in:
Mikhail Glukhikh
2021-04-16 10:23:54 +03:00
parent 26ea0be635
commit 9894b97058
17 changed files with 38 additions and 40 deletions
@@ -9,7 +9,7 @@ class ConeSimpleDiagnostic(override val reason: String, val kind: DiagnosticKind
enum class DiagnosticKind {
Syntax,
ExpressionRequired,
ExpressionExpected,
NotLoopLabel,
JumpOutsideLoop,
VariableExpected,