Add test in ide-completion/src/tests/item_list.rs
This commit is contained in:
parent
dc548f0168
commit
825034566a
1 changed files with 3 additions and 1 deletions
|
|
@ -299,6 +299,7 @@ trait Test {
|
|||
const CONST1: ();
|
||||
fn function0();
|
||||
fn function1();
|
||||
async fn function2();
|
||||
}
|
||||
|
||||
impl Test for () {
|
||||
|
|
@ -310,8 +311,9 @@ impl Test for () {
|
|||
"#,
|
||||
expect![[r#"
|
||||
ct const CONST1: () =
|
||||
fn async fn function2()
|
||||
fn fn function1()
|
||||
ma makro!(…) macro_rules! makro
|
||||
ma makro!(…) macro_rules! makro
|
||||
md module
|
||||
ta type Type1 =
|
||||
kw crate::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue