mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The previous logic accidentally propagated the "is parameter" flag into any number of nested tuples. Fix this by differentiating between "input of a function type" and "member of a tuple that's the input of a function type".