Avatar
@swift-6.2 enum FooError: Error { case bar } var closure2: (() throws -> Int)? closure2 = { throws(FooError) in throw .bar }