Avoid shadowing Hash in mono tests

This commit is contained in:
Ayaz Hafiz 2022-10-04 10:23:39 -05:00
parent 1c8ed27e58
commit ca4ee908f8
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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