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