We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When declaring a pure virtual function, the parser is offended by the function keyword:
pure virtual function
function
It's probably looking for a matching endfunction to match to it.
endfunction
This also applies to pure virtual task.
pure virtual task
The text was updated successfully, but these errors were encountered:
Similar to #174
Sorry, something went wrong.
No branches or pull requests
When declaring a
pure virtual function
, the parser is offended by thefunction
keyword:It's probably looking for a matching
endfunction
to match to it.This also applies to
pure virtual task
.The text was updated successfully, but these errors were encountered: