aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__dont_render_function_parens_if_already_call_assoc_fn.snap
blob: 2ba9c82b04ae60a939c0efe45bc395c69229e402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
created: "2019-02-18T07:29:59.843178841Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "new",
        source_range: [67; 69),
        kind: Method,
        detail: "fn new() -> Foo"
    }
]