mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When type checking the body of a function declaration that has a function
builder on it (e.g., `@ViewBuilder var body: some View { ... }`), create a
constraint system that is responsible for constraint generation and
application, sending function declarations through the same code paths
used by closures.
345 KiB
345 KiB