mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Multi-statement closure inference doesn't play well with result builders at the moment because it expects all of the information from the parent statements to be inferred before solver starts working on the body of a nested closure. Let's prevent inference for nested multi-statement closures until result builders are ported to use conjunctions and solve the body incrementally top-down instead of in one shot.
220 KiB
220 KiB