This commit is contained in:
Hackerpilot 2015-10-30 16:29:45 -07:00
parent 563df24b42
commit cdc9d4d85c
1 changed files with 1 additions and 1 deletions

View File

@ -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)