@@ -992,18 +992,18 @@ func fnExtInfoTest(
992
992
// FIXME: Not sure how to reach tryNormalizeOutermostType() generic func
993
993
994
994
@abi(
995
- func testMarkerProtocols< A, B: Sendable> (
996
- _: A, _: B,
997
- _: Any, _: Sendable,
998
- _: AnyKeyPath, _: AnyKeyPath & Sendable,
999
- _: Any, _: Sendable & BitwiseCopyable
995
+ func testMarkerProtocols< A, B: Sendable, C , D : SendableMetatype > (
996
+ _: A, _: B, _ : C , _ : D ,
997
+ _: Any, _: Sendable, _ : Any , _ : SendableMetatype ,
998
+ _: AnyKeyPath, _: AnyKeyPath & Sendable, _ : AnyKeyPath , _ : AnyKeyPath & SendableMetatype ,
999
+ _: Any, _: Sendable & BitwiseCopyable, _ : Any , _ : SendableMetatype & BitwiseCopyable
1000
1000
)
1001
1001
)
1002
- func testMarkerProtocols< A: Sendable, B> (
1003
- _: A, _: B,
1004
- _: Sendable, _: Any,
1005
- _: AnyKeyPath & Sendable, _: AnyKeyPath,
1006
- _: Sendable & BitwiseCopyable, _: Any
1002
+ func testMarkerProtocols< A: Sendable, B, C : SendableMetatype , D > (
1003
+ _: A, _: B, _ : C , _ : D ,
1004
+ _: Sendable, _: Any, _ : SendableMetatype , _ : Any ,
1005
+ _: AnyKeyPath & Sendable, _: AnyKeyPath, _ : AnyKeyPath & SendableMetatype , _ : AnyKeyPath ,
1006
+ _: Sendable & BitwiseCopyable, _: Any, _ : SendableMetatype & BitwiseCopyable , _ : Any
1007
1007
) { }
1008
1008
1009
1009
@abi (
0 commit comments