-
Notifications
You must be signed in to change notification settings - Fork 141
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
Issues with classes starting with $ #670
Comments
Any chance we can find a holistic solution that also supports the following cases for top-level types?
It would also be interesting to check if these naming patterns can be supported for nested classes, too. |
I have solved them.
It should already work. |
I haven't looked at the details but this issue reminds me of previous bugs, where the bottom line was: for binary types the problem does not have a valid solution (e.g., requesting a '.' separated signature from "MyClass$$$Generated" has 4 valid solutions - no way the implementation can know, which one is "correct"). Hence my question: can you @snjeza explain your strategy in plain words? Given that class |
I can remove the solution for
@stephan-herrmann @szarnekow @rgrunber Could you, please, advice? |
Related issues
Steps to reproduce:
The text was updated successfully, but these errors were encountered: