good first issue
倉庫指標
- Star
- (5,438 star)
- PR 合併指標
- (平均合併 4小時 2分鐘) (30 天內合併 5 個 PR)
描述
Similarly to how Show.fromToString have been recently made null safe (#4689 and #4790), I propose making Hash.fromUniversalHashCode also null safe. Specifically, I think it should use x.## instead of x.hashCode(). (The eqv method is already fine, as it uses ==.)