mirror of https://github.com/astral-sh/ruff
no really
This commit is contained in:
parent
4bcca58c3a
commit
c85f102e70
|
|
@ -1582,6 +1582,14 @@ impl<'db> SpecializationBuilder<'db> {
|
||||||
&mut f,
|
&mut f,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if let Type::TypeVar(upper_bound_typevar) = upper {
|
||||||
|
self.add_type_mapping(
|
||||||
|
upper_bound_typevar,
|
||||||
|
Type::TypeVar(typevar),
|
||||||
|
variance,
|
||||||
|
&mut f,
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue