mirror of https://github.com/astral-sh/ruff
[ty] Fix 350: Experiment 2
This commit is contained in:
parent
2c717c9f5e
commit
06040d07a0
|
|
@ -1779,6 +1779,8 @@ impl<'db> ClassLiteral<'db> {
|
|||
// might never be called).
|
||||
if !implicit.is_unbound() {
|
||||
return implicit.into();
|
||||
} else {
|
||||
return Symbol::Unbound.into();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue