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 / freevars / main.golden
1 -------- @freevars fv1 --------
2 Free identifiers:
3 type C
4 const exp int
5 var x int
6
7 -------- @freevars fv2 --------
8 Free identifiers:
9 var s.t.a int
10 var s.t.b int
11 var s.x int
12 var x int
13 var y rune
14
15 -------- @freevars fv3 --------
16 Free identifiers:
17 var x int
18
19 -------- @freevars fv-def-label --------
20 No free identifiers.
21
22 -------- @freevars fv-ref-label --------
23 Free identifiers:
24 label loop
25