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