fix: declaration bugs

This commit is contained in:
Shunsuke Shibayama 2023-07-31 11:08:53 +09:00
parent 14b26a7f4d
commit 6c3536cc31
16 changed files with 275 additions and 61 deletions

View file

@ -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)