blob: b1ea89017c625d6aa2d6dfe38ad4cd5d6dab79aa [file] [log] [blame]
// RUN: %target-swift-frontend -parse -verify %s
func foo(_:[() -> ()]){}
func foo(_:[() throws -> ()]){}
func x() {}
var bs = [x]
foo(bs)