Fixes FuncAttr writing to class token, instead of processing token.
This commit is contained in:
@@ -324,7 +324,7 @@ namespace MalachScript::Parser {
|
||||
default: lookingForFuncAttr = false; break;
|
||||
}
|
||||
}
|
||||
_currentToken = current;
|
||||
currentToken = current;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user