FIR: rename EXPRESSION_REQUIRED to EXPRESSION_EXPECTED
This commit is contained in:
@@ -9,7 +9,7 @@ class ConeSimpleDiagnostic(override val reason: String, val kind: DiagnosticKind
|
||||
|
||||
enum class DiagnosticKind {
|
||||
Syntax,
|
||||
ExpressionRequired,
|
||||
ExpressionExpected,
|
||||
NotLoopLabel,
|
||||
JumpOutsideLoop,
|
||||
VariableExpected,
|
||||
|
||||
Reference in New Issue
Block a user