Commit 5de66cc
[dart2js] Make some
b/384749454 demonstrates that defining `operator ==` to agree with
`hashCode` can cause some problematic semantic differences. Although we
haven't seen issues coming from these classes, this removes the new
semantics for `HBasicBlock` and `ValueSetNode`.
Change-Id: Ieb46f3ea2ab136cf990b6d8ec38f62977eddf547
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/401386
Commit-Queue: Nate Biggs <[email protected]>
Auto-Submit: Mayank Patke <[email protected]>
Reviewed-by: Nate Biggs <[email protected]>operator == use just identical.1 parent 4c4fb56 commit 5de66cc
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
830 | | - | |
| 829 | + | |
831 | 830 | | |
832 | 831 | | |
833 | 832 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
| 172 | + | |
174 | 173 | | |
0 commit comments