mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
We had our transition path, and now it's time to kill it because it's causing problems <rdar://problem/16672558>. Amusing note: the SILGen test change is actually an improvement. We weren't rebinding self when performing initializer delegation with the separated call syntax. Swift SVN r16707