aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__tuple_field_inference.snap
blob: 72c8973b8984395b26f37b1694313d32c3efc615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
created: "2019-04-05T23:00:18.283812700Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "blah",
        source_range: [299; 300),
        delete: [299; 300),
        insert: "blah()$0",
        kind: Method,
        detail: "pub fn blah(&self)"
    }
]