Skip to content

Commit c7a3167

Browse files
committed
Gardening: Migrate test suite to GH issues: TypeRoundTrip
1 parent c728122 commit c7a3167

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/TypeRoundTrip/Inputs/testcases/structural_types.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ public func test() {
4949
roundTripType(Array<(@escaping @convention(block) () -> (), @convention(block) () -> ()) -> ()>.Type.self)
5050
#endif
5151

52-
// rdar://81587763: [SR-15025]: Function type syntax doesn't accept variadics
53-
// or __owned
52+
// rdar://81587763
53+
// https://github.com/apple/swift/issues/57353
54+
// Function type syntax doesn't accept variadics or __owned
5455
//
5556
//roundTripType(((__owned String) -> ()).self)
5657
//roundTripType(((__owned String) -> ()).Type.self)

0 commit comments

Comments
 (0)