mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
`isSingleParam` used to return `true` regardless of type of the identified single parameter, but splat only makes sense if such type is a tuple or a type variable which could later be resolved to tuple. Otherwise it makes it hard to diagnose missing arguments.
228 KiB
228 KiB