[ty] Fix 350: Experiment 2

This commit is contained in:
David Peter 2025-05-23 15:25:45 +02:00
parent 2c717c9f5e
commit 06040d07a0
1 changed files with 2 additions and 0 deletions

View File

@ -1779,6 +1779,8 @@ impl<'db> ClassLiteral<'db> {
// might never be called).
if !implicit.is_unbound() {
return implicit.into();
} else {
return Symbol::Unbound.into();
}
}