mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 03:49:06 +00:00
fix: quantified subroutine subtyping bugs
This commit is contained in:
parent
4dcca2b06d
commit
aa2cea60dd
28 changed files with 638 additions and 222 deletions
|
@ -948,6 +948,7 @@ impl Context {
|
|||
}
|
||||
}
|
||||
|
||||
/// lhs: mainly class
|
||||
pub(crate) fn eval_proj(
|
||||
&self,
|
||||
lhs: Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue