-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
"Could not find declaration/symbol" inside a with
#184
Comments
What does |
|
That's the most recent. My basic testing shows that switch statements work the way I expect them to. Can you reduce your code to a small file that reproduces the issue? |
It's not a |
Sorry, I meant "with". |
I'm having a trouble reproducing this in a contrived example. I'll do some more investigation on my main project this weekend. |
Ok, I figured it out. It looks like the problem has to do with the inheritance in the following code:
dcd-server can't seem to resolve |
So much inderection! This will make a good test case. |
So it turns out that almost everything about inheritance is broken and you're the first person to point it out. :-) |
Beautiful! (and I use that word literally). Everything works great. Nice Work! |
I have the following code:
I am able to get information on
RCC
andRCC.CIR
, butsetBitFields
,CSSC
, etc... return "Could not find declaration" and "Could not find symbol" error messages in dcd-server.Arch LInux 64. Compiled with DMD v2.066
The text was updated successfully, but these errors were encountered: