Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / cmd / guru / testdata / src / reflection / main.golden
1 -------- @pointsto mrv --------
2 this reflect.Value may contain these dynamic types:
3         *bool, may point to:
4                 reflection.b
5         *int, may point to:
6                 reflection.a
7         map[*int]*bool, may point to:
8                 makemap
9
10 -------- @pointsto p1 --------
11 this interface{} may contain these dynamic types:
12         *bool, may point to:
13                 reflection.b
14         *int, may point to:
15                 reflection.a
16         map[*int]*bool, may point to:
17                 makemap
18
19 -------- @pointsto p2 --------
20 this []reflect.Value may point to these objects:
21         <alloc in (reflect.Value).MapKeys>
22
23 -------- @pointsto p3 --------
24 this reflect.Value may contain these dynamic types:
25         *int, may point to:
26                 reflection.a
27
28 -------- @pointsto p4 --------
29 this reflect.Type may contain these dynamic types:
30         *reflect.rtype, may point to:
31                 *bool
32                 *int
33                 map[*int]*bool
34