Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/src/tests/item_list.rs')
-rw-r--r--crates/ide_completion/src/tests/item_list.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/ide_completion/src/tests/item_list.rs b/crates/ide_completion/src/tests/item_list.rs
index 82824fd393..0e60f74879 100644
--- a/crates/ide_completion/src/tests/item_list.rs
+++ b/crates/ide_completion/src/tests/item_list.rs
@@ -241,11 +241,14 @@ impl Test for () {
kw fn
kw const
kw type
+ ta type Type1 =
+ ct const CONST1: () =
+ fn fn function1()
kw self
kw super
kw crate
md module
- ma makro!(…) macro_rules! makro
+ ma makro!(…) macro_rules! makro
"#]],
);
}