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
Describe the bug type isn't treated as a contextual keyword
To Reproduce run
local type type = "?"
when types aren't enabled, encounter LUA1016. incorrectly parse second statement as TypeDeclarationStatementSyntax
Expected behavior type is treated as a contextual keyword
Additional context Loretta Version: 0.2.13-nightly.1
The text was updated successfully, but these errors were encountered:
GGG-KILLER
No branches or pull requests
Describe the bug
type isn't treated as a contextual keyword
To Reproduce
run
when types aren't enabled, encounter LUA1016.
incorrectly parse second statement as TypeDeclarationStatementSyntax
Expected behavior
type is treated as a contextual keyword
Additional context
Loretta Version: 0.2.13-nightly.1
The text was updated successfully, but these errors were encountered: