mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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]
|
#[test]
|
||||||
fn opaque_has_clause() {
|
fn opaque_implements_clause() {
|
||||||
expr_formats_same(indoc!(
|
expr_formats_same(indoc!(
|
||||||
r#"
|
r#"
|
||||||
A := U8 implements [Eq, Hash]
|
A := U8 implements [Eq, Hash]
|
||||||
|
@ -5522,7 +5522,7 @@ mod test_fmt {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn opaque_has_with_impls() {
|
fn opaque_implements_with_impls() {
|
||||||
expr_formats_same(indoc!(
|
expr_formats_same(indoc!(
|
||||||
r#"
|
r#"
|
||||||
A := U8 implements [Eq { eq }, Hash { hash }]
|
A := U8 implements [Eq { eq }, Hash { hash }]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue