mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This reverts commitecfa406fc5, which was reinstating3c5b393e0c. It does not revert one test change from that commit, because inexplicably one of the tests is still failing, probably due to some other changes that have happened since. I'm leaving a ticket open to investigate. I've added one of the new cases that is failing as a result of this change. This is being reverted not because of bugs in this particular commit, but because it seems to be exposing other bugs in the type checker that are resulting in source compatibility problems. We need to shake these other bugs out of the type checker before bringing this change back.