We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c728122 commit c7a3167Copy full SHA for c7a3167
test/TypeRoundTrip/Inputs/testcases/structural_types.swift
@@ -49,8 +49,9 @@ public func test() {
49
roundTripType(Array<(@escaping @convention(block) () -> (), @convention(block) () -> ()) -> ()>.Type.self)
50
#endif
51
52
- // rdar://81587763: [SR-15025]: Function type syntax doesn't accept variadics
53
- // or __owned
+ // rdar://81587763
+ // https://github.com/apple/swift/issues/57353
54
+ // Function type syntax doesn't accept variadics or __owned
55
//
56
//roundTripType(((__owned String) -> ()).self)
57
//roundTripType(((__owned String) -> ()).Type.self)
0 commit comments