swift
be3249df - [Sema] Reject `@objc` functions with incompatible property wrapper in… (#61189)

Commit
3 years ago
[Sema] Reject `@objc` functions with incompatible property wrapper in… (#61189) * [Sema] Reject `@objc` functions with incompatible property wrapper in params rdar://99443365 When generating `@objc` functions, the parameters were not checked for property wrapper and instead only the wrapped type was checked for compatibility. Added checks and diagnostics for incompatible property wrappers.
Author
Parents
Loading