You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
If I'm using delegate to delegate some generic class, Idea seems to fail checking if it's parameterized methods implemented by lombok-generated code. Here is a sample:
If I'm using delegate to delegate some generic class, Idea seems to fail checking if it's parameterized methods implemented by lombok-generated code. Here is a sample:
Idea will complain that call(Void) method clashes with call(V).
Tested on Idea 13.0.1 with lombok plugin 0.7.3
The text was updated successfully, but these errors were encountered: