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
alias this = _base;
DScanner says this code is an error:
This is an allowed syntax since dlang version: 2.105.0 https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax (1 august 2023)
While i type this i realize it probably should be reported in libdparse repo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DScanner says this code is an error:
alias this = _base;
This is an allowed syntax since dlang version: 2.105.0 https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax (1 august 2023)
While i type this i realize it probably should be reported in libdparse repo
The text was updated successfully, but these errors were encountered: