mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When a function parameter has attached property wrappers (SE-0293) those property wrappers are either considered "implementation" or "API" level. Property wrappers that are implementation-level don't affect how the function is called and therefore shouldn't be included in swiftinterfaces unless the function's body is also printed. Resolves rdar://156711817.
3.5 KiB
3.5 KiB