Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / cmd / guru / testdata / src / pointsto-json / main.golden
1 -------- @pointsto val-p --------
2 [
3         {
4                 "type": "*int",
5                 "labels": [
6                         {
7                                 "pos": "testdata/src/pointsto-json/main.go:8:6",
8                                 "desc": "s.x[*]"
9                         }
10                 ]
11         }
12 ]
13 -------- @pointsto val-i --------
14 [
15         {
16                 "type": "*D",
17                 "namepos": "testdata/src/pointsto-json/main.go:24:6",
18                 "labels": [
19                         {
20                                 "pos": "testdata/src/pointsto-json/main.go:14:10",
21                                 "desc": "new"
22                         }
23                 ]
24         },
25         {
26                 "type": "C",
27                 "namepos": "testdata/src/pointsto-json/main.go:23:6"
28         }
29 ]