Commit 49e18fd
committed
Fix position of class parents
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.1 parent f24190d commit 49e18fd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | | - | |
| 1315 | + | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
| |||
0 commit comments