-
Notifications
You must be signed in to change notification settings - Fork 22
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
Intellij marks ZMongo usages as errors #34
Comments
The error that you have on the first screenshot is correct:
The second error is quite weird though, Intellij shouldn't be complaining about it. Out of curiosity, if you run code from this example, will your IDE show errors there as well? |
Yes I know, I just added two parameters in order to show that Intellij is behaving weird saying opposite things in the hint.
|
Having the same issue on the latest Idea |
I know Intellij is buggy sometimes when working with Scala 3 but can we somehow bypass the display of these errors? I suppose it ocurres because Intellij finds object and trait in the package simultaneously and cannot decide which one it is referring to :)
The text was updated successfully, but these errors were encountered: