mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Avoid shadowing Hash in mono tests
This commit is contained in:
parent
1c8ed27e58
commit
ca4ee908f8
1 changed files with 3 additions and 3 deletions
|
@ -1325,10 +1325,10 @@ fn specialize_ability_call() {
|
|||
r#"
|
||||
app "test" provides [main] to "./platform"
|
||||
|
||||
Hash has
|
||||
hash : a -> U64 | a has Hash
|
||||
MHash has
|
||||
hash : a -> U64 | a has MHash
|
||||
|
||||
Id := U64 has [Hash {hash}]
|
||||
Id := U64 has [MHash {hash}]
|
||||
|
||||
hash : Id -> U64
|
||||
hash = \@Id n -> n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue