Files
swift-mirror/test/multifile
Slava Pestov 35730d6bcf Sema: Don't be so eager to force type witnesses when resolving a value witness
resolveWitnessViaLookup() was only called from one place and didn't
need to force anything at all, and resolveSingleWitness() now only
forces the type witnesses actually referenced by the requirement.

An old crasher test case that was considered "fixed" when we started
to diagnose it now type checks correctly.
2024-01-26 18:51:08 -05:00
..