refactor: correct test sample
giving a sorted file is useless Signed-off-by: 蔡略 <cailue@bupt.edu.cn>
This commit is contained in:
parent
e90e1901ef
commit
475aa2839f
@ -309,8 +309,8 @@ fn b() {}
|
|||||||
impl Bar for Foo {
|
impl Bar for Foo {
|
||||||
type T = ();$0
|
type T = ();$0
|
||||||
const C: () = ();
|
const C: () = ();
|
||||||
fn a() {}
|
|
||||||
fn z() {}
|
fn z() {}
|
||||||
|
fn a() {}
|
||||||
fn b() {}
|
fn b() {}
|
||||||
}
|
}
|
||||||
"#,
|
"#,
|
||||||
|
Loading…
Reference in New Issue
Block a user