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
In scip-java, if you override a method, the override will get a new symbol and an overrides relationship that connects it to the override symbol. We don't emit that relationship right now, so we should fix that. Otherwise, find references on overriden methods won't work correctly.