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 spec below yields a QNT007 error during parsing even though the actual type name starts with an uppercase letter:
module upper { type foo::Bar = int }
upper.qnt:5:3 - error: [QNT007] type names must start with an uppercase letter 2: type foo::Bar = int ^^^^^^^^^^^^^^^^^^^ error: parsing failed
The text was updated successfully, but these errors were encountered:
romac
Successfully merging a pull request may close this issue.
The spec below yields a QNT007 error during parsing even though the actual type name starts with an uppercase letter:
The text was updated successfully, but these errors were encountered: