mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
fix: declaration bugs
This commit is contained in:
parent
14b26a7f4d
commit
6c3536cc31
16 changed files with 275 additions and 61 deletions
|
@ -791,7 +791,7 @@ impl Context {
|
|||
rparams: &[TyParam],
|
||||
) -> bool {
|
||||
log!(
|
||||
"poly_supertype_of: {}, {}, {}",
|
||||
"poly_supertype_of: {}\nlps: {}\nrps: {}",
|
||||
typ.qual_name(),
|
||||
erg_common::fmt_vec(lparams),
|
||||
erg_common::fmt_vec(rparams)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue