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
echo 'private enum x = 1;' > a.d echo 'public enum x = 2;' > b.d echo 'import a, b; x' > test.d dcd-server 2> /dev/null & dcd-client -I"$(pwd)" -c 14 -l test.d
Previously, a DMD bug caused this code to fail to compile, but it has been fixed in 2.071.
The text was updated successfully, but these errors were encountered:
Hackerpilot
No branches or pull requests
Previously, a DMD bug caused this code to fail to compile, but it has been fixed in 2.071.
The text was updated successfully, but these errors were encountered: