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
any
boolean
Invert (opposite) of type boolean (use of not <>) returns any instead of boolean.
not <>
It should also return a boolean type value.
The text was updated successfully, but these errors were encountered:
please use emmylua doc
Sorry, something went wrong.
No branches or pull requests
Environment
What are the steps to reproduce this issue?
any
instead ofboolean
.What happens?
Invert (opposite) of type
boolean
(use ofnot <>
) returnsany
instead ofboolean
.What were you expecting to happen?
It should also return a
boolean
type value.The text was updated successfully, but these errors were encountered: