mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-03 05:54:33 +00:00
Improve: show candidates for unification of projection-types
This commit is contained in:
parent
e04b5bfb8b
commit
bc6eb37e39
11 changed files with 147 additions and 28 deletions
|
@ -267,6 +267,7 @@ impl Context {
|
|||
ident.inspect(),
|
||||
&mono("Subroutine"),
|
||||
&obj.t(),
|
||||
self.get_candidates(&obj.t()),
|
||||
None,
|
||||
)
|
||||
})?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue