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.
2 parents b9a0861 + 615b8be commit 44f0b05Copy full SHA for 44f0b05
stdlib/public/core/Policy.swift
@@ -34,8 +34,6 @@ extension Never: Equatable {}
34
35
extension Never: Comparable {
36
public static func < (lhs: Never, rhs: Never) -> Bool {
37
- switch (lhs, rhs) {
38
- }
39
}
40
41
stdlib/public/core/Range.swift
@@ -772,7 +772,7 @@ public enum UnboundedRange_ {
772
/// The unbounded range operator (`...`) is valid only within a collection's
773
/// subscript.
774
public static postfix func ... (_: UnboundedRange_) -> () {
775
- fatalError("uncallable")
+ // This function is uncallable
776
777
778
0 commit comments