Skip to content

Commit 6a91ae3

Browse files
committed
Gardening: Migrate test suite to GH issues: decl/typealias
1 parent b5e6fb3 commit 6a91ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/decl/typealias/on_constrained_protocol.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ extension DoubleOverloadedSameTypealias where MyAssocType == Int {
4141
}
4242
func useDoubleOverloadedSameTypealias() -> DoubleOverloadedSameTypealias.Content {}
4343

44-
// Overload associatedtype with typealias (SR-8274)
44+
// Overload associatedtype with typealias
45+
// https://github.com/apple/swift/issues/50805
4546

4647
protocol MarkerProtocol {}
4748
protocol ProtocolWithAssoctype {

0 commit comments

Comments
 (0)