Compare commits

...

1 Commits

Author SHA1 Message Date
David Peter
06040d07a0 [ty] Fix 350: Experiment 2 2025-05-23 15:25:45 +02:00

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();
}
}