Avatar
Avatar
omochimetaru
@swift-main func foo(a: Int..., b: Bool, c: Int...) {} var a: ([Int], Bool, [Int]) = foo(a:b:c:)
swiftNightly BOT 11/20/2022 11:05 PM
exit status: 1 with stderr:<stdin>:2:31: error: cannot convert value of type '(Int..., Bool, Int...) -> ()' to specified type '([Int], Bool, [Int])' var a: ([Int], Bool, [Int]) = foo(a:b:c:) ^~~~~~~~~~~