blob: 3102a8d39a1dee6d2fbee713590807fa892f5c1b [file] [log] [blame]
public func makeSomeClosures<T, U>(t: T, x: Int, y: C1<U>)
-> (() -> (), () -> (), () -> ()) {
return ({ _ = t }, { _ = x }, { _ = y })
}