[Records] Missing @Override annotation on component accessors not complained about by ECJ · Issue #3957 · eclipse-jdt/eclipse.jdt.core · GitHub
More Web Proxy on the site http://driver.im/
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
Turn on the preference to give an error for missing override annotations and then compile this program:
You get an error for
hashCode
but not forx
The text was updated successfully, but these errors were encountered: