Avatar
@swift-6.1.2 @swift-6.2-dev @swift-main typealias Body = () -> (() -> Void) func hoge(a: @escaping Body) { let _: Body? = a } (edited)