Updates after code review

This commit is contained in:
wechman
2022-09-28 13:09:16 +02:00
parent 7b81a65bc6
commit cdbc06419f
25 changed files with 254 additions and 31 deletions
+1 -1
View File
@@ -3874,7 +3874,7 @@ void TypeChecker::endVisit(UsingForDirective const& _usingFor)
m_errorReporter.typeError(
9921_error,
_usingFor.location(),
"The \"using\" directive cannot be used to bind functions to enum types."
"The \"using\" directive cannot be used to bind function to enum type as an operator."
);
Type const* normalizedType = TypeProvider::withLocationIfReference(