mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
has -> implements in fn names
This commit is contained in:
parent
edf969809e
commit
76551375b9
1 changed files with 2 additions and 2 deletions
|
@ -5425,7 +5425,7 @@ mod test_fmt {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn opaque_has_clause() {
|
||||
fn opaque_implements_clause() {
|
||||
expr_formats_same(indoc!(
|
||||
r#"
|
||||
A := U8 implements [Eq, Hash]
|
||||
|
@ -5522,7 +5522,7 @@ mod test_fmt {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn opaque_has_with_impls() {
|
||||
fn opaque_implements_with_impls() {
|
||||
expr_formats_same(indoc!(
|
||||
r#"
|
||||
A := U8 implements [Eq { eq }, Hash { hash }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue