You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/FSharp.Compiler.ComponentTests/Conformance/GeneratedEqualityHashingComparison/Basic/Basic.fs
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,15 +62,12 @@ module Basic =
62
62
(Error 344, Line 13, Col 6, Line 13, Col 7,"The struct, record or union type 'R' has an explicit implementation of 'Object.GetHashCode' or 'Object.Equals'. You must apply the 'CustomEquality' attribute to the type")
63
63
(Warning 345, Line 13, Col 6, Line 13, Col 7,"The struct, record or union type 'R' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching override for 'Object.Equals(obj)'")
64
64
(Error 359, Line 13, Col 6, Line 13, Col 7,"More than one override implements 'GetHashCode: unit -> int'")
65
-
(Error 54, Line 13, Col 6, Line 13, Col 7,"This type is 'abstract' since some abstract members have not been given an implementation. If this is intentional then add the '[<AbstractClass>]' attribute to your type.")
66
65
(Error 344, Line 17, Col 6, Line 17, Col 7,"The struct, record or union type 'U' has an explicit implementation of 'Object.GetHashCode' or 'Object.Equals'. You must apply the 'CustomEquality' attribute to the type")
67
66
(Warning 345, Line 17, Col 6, Line 17, Col 7,"The struct, record or union type 'U' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching override for 'Object.Equals(obj)'")
68
67
(Error 359, Line 17, Col 6, Line 17, Col 7,"More than one override implements 'GetHashCode: unit -> int'")
69
-
(Error 54, Line 17, Col 6, Line 17, Col 7,"This type is 'abstract' since some abstract members have not been given an implementation. If this is intentional then add the '[<AbstractClass>]' attribute to your type.")
70
68
(Error 344, Line 21, Col 6, Line 21, Col 7,"The struct, record or union type 'S' has an explicit implementation of 'Object.GetHashCode' or 'Object.Equals'. You must apply the 'CustomEquality' attribute to the type")
71
69
(Warning 345, Line 21, Col 6, Line 21, Col 7,"The struct, record or union type 'S' has an explicit implementation of 'Object.GetHashCode'. Consider implementing a matching override for 'Object.Equals(obj)'")
72
70
(Error 359, Line 21, Col 6, Line 21, Col 7,"More than one override implements 'GetHashCode: unit -> int'")
73
-
(Error 54, Line 21, Col 6, Line 21, Col 7,"This type is 'abstract' since some abstract members have not been given an implementation. If this is intentional then add the '[<AbstractClass>]' attribute to your type.")
0 commit comments