aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__use_item_starting_with_self.snap
blob: d1abc6b5bbce9c1fd6d81ea898a2beb668f665b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
created: "2019-05-23T22:23:35.106923266Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "Bar",
        source_range: [26; 26),
        delete: [26; 26),
        insert: "Bar",
        kind: Struct,
    },
]