Fix typo
This commit is contained in:
parent
563df24b42
commit
cdc9d4d85c
|
@ -58,7 +58,7 @@ class AutoRefAssignmentCheck : BaseAnalyzer
|
|||
return;
|
||||
if (scopes[$ - 1].canFind(ioti.identifier.text))
|
||||
addErrorMessage(ioti.identifier.line, ioti.identifier.column, KEY,
|
||||
"Assignment to auto-ref function parameter");
|
||||
MESSAGE);
|
||||
}
|
||||
|
||||
override void visit(const IdentifierChain ic)
|
||||
|
|
Loading…
Reference in New Issue