File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 41195cd262762f2088ae5b3ef163578e22b15755
2
+ refs/heads/master: cd417213a7faf267ec1f4a94886246fa5b6337e4
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ extension Never: Equatable {}
34
34
35
35
extension Never : Comparable {
36
36
public static func < ( lhs: Never , rhs: Never ) -> Bool {
37
- switch ( lhs, rhs) {
38
- }
39
37
}
40
38
}
41
39
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ public enum UnboundedRange_ {
772
772
/// The unbounded range operator (`...`) is valid only within a collection's
773
773
/// subscript.
774
774
public static postfix func ... ( _: UnboundedRange_) - > ( ) {
775
- fatalError ( " uncallable " )
775
+ // This function is uncallable
776
776
}
777
777
}
778
778
You can’t perform that action at this time.
0 commit comments