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
Previously, the position of class parents was the position of the whole
class, which means that NavigateAST#pathTo always returned the class
parents when looking up a position in the body of the class. Fixed by
using the position of the name of the class instead.
0 commit comments