-
Notifications
You must be signed in to change notification settings - Fork 127
Operator overload error after upgrading idea2025.1 #690
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
Comments
I don't see that error locally. Can you provide the error message corresponding with the expression: Can you try the following to see if it produces the same error for you? LocalDateTime ld = LocalDateTime.now();
LocalDateTime ld2 = LocalDateTime.now();
if( ld > ld2 ) {
out.println();
} I am using the JetBrains' Chinese plugin, I assume you have the same setup? |
Thanks. IntelliJ tests are pretty thin here. This will be fixed soon. |
Thank you. |
Has this issue been fixed now? |
no,Waiting |
The text was updated successfully, but these errors were encountered: