Hey guys,
Can anyone tell me how you handle the following scenario after SE-0111
<https://github.com/apple/swift-evolution/blob/master/proposals/0111-remove-arg-label-type-significance.md>
gets implemented?
let output: (_ items: Any..., _ separator: String, _ terminator: String) ->
Void = print
output("Apple", "Banana", ",", "\n”)
// Error: Missing argument for parameter #2 in call
Thanks,
Jin
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users