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 / reflection / main.golden
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/cmd/guru/testdata/src/reflection/main.golden b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/cmd/guru/testdata/src/reflection/main.golden
new file mode 100644 (file)
index 0000000..4782132
--- /dev/null
@@ -0,0 +1,34 @@
+-------- @pointsto mrv --------
+this reflect.Value may contain these dynamic types:
+       *bool, may point to:
+               reflection.b
+       *int, may point to:
+               reflection.a
+       map[*int]*bool, may point to:
+               makemap
+
+-------- @pointsto p1 --------
+this interface{} may contain these dynamic types:
+       *bool, may point to:
+               reflection.b
+       *int, may point to:
+               reflection.a
+       map[*int]*bool, may point to:
+               makemap
+
+-------- @pointsto p2 --------
+this []reflect.Value may point to these objects:
+       <alloc in (reflect.Value).MapKeys>
+
+-------- @pointsto p3 --------
+this reflect.Value may contain these dynamic types:
+       *int, may point to:
+               reflection.a
+
+-------- @pointsto p4 --------
+this reflect.Type may contain these dynamic types:
+       *reflect.rtype, may point to:
+               *bool
+               *int
+               map[*int]*bool
+