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
IDE: fix signature help for Java and Scala 2 methods
Asking for the signature of a method not defined in sources or in Tasty
used to throw an exception because the symbol passed to `defPath` must
have a span. The call to `defPath` was only used to determine which
parameters were implicit, but this can be done in an easier way by
checking `isImplicitMethod`, so we can get rid of it at no loss.
0 commit comments