Fixes FuncAttr writing to class token, instead of processing token.

This commit is contained in:
2020-11-01 13:25:38 +01:00
parent f54029b278
commit a68977fa92

View File

@@ -324,7 +324,7 @@ namespace MalachScript::Parser {
default: lookingForFuncAttr = false; break;
}
}
_currentToken = current;
currentToken = current;
return true;
}