Skip to content

Commit 717f63e

Browse files
committed
Restate the .< requirement as a @_nonoverride in @_implements test.
1 parent 8b28790 commit 717f63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/attr/attr_implements_fp.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public protocol FauxtingPoint : Cauxmparable {
2626
}
2727

2828
public protocol BinaryFauxtingPoint: FauxtingPoint {
29+
@_nonoverride static func .< (lhs: Self, rhs: Self) -> Bool
30+
2931
var bitPattern: UInt8 { get }
3032
}
3133

0 commit comments

Comments
 (0)