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
The checker needs to check tagged-type literals (only with just simple literals):
int`3.1` // should report an error finite`3.1` // OK bool`ok` // should report an error
Related to #19, wherein the checker needs to remove these once validated.
The text was updated successfully, but these errors were encountered:
9c2facb
No branches or pull requests
The checker needs to check tagged-type literals (only with just simple literals):
Related to #19, wherein the checker needs to remove these once validated.
The text was updated successfully, but these errors were encountered: