mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
chore(els): impl hover/jump for type specification
This commit is contained in:
parent
2005d0640d
commit
4137a07b70
10 changed files with 87 additions and 28 deletions
|
@ -307,7 +307,7 @@ impl Context {
|
|||
.as_ref()
|
||||
.map(|subr| ParamTy::Pos(subr.return_t.as_ref().clone()));
|
||||
match self.instantiate_typespec_full(
|
||||
t_spec,
|
||||
&t_spec.t_spec,
|
||||
opt_decl_t.as_ref(),
|
||||
&mut tmp_tv_cache,
|
||||
mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue