Avatar
@swift-main func foo(a: Int..., b: Bool, c: Int...) {} var a: (Int..., Bool, Int...) -> Void = foo(a:b:c:) // ng print(type(of: a))