mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The "map into the right context" logic was only getting hit if we didn't exit early to handle the lvalue case. Move it up to the top of the function. Fixes <https://bugs.swift.org/browse/SR-4369>.