.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / cmd / guru / testdata / src / implements / main.golden
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/cmd/guru/testdata/src/implements/main.golden b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.0/cmd/guru/testdata/src/implements/main.golden
new file mode 100644 (file)
index 0000000..1077c98
--- /dev/null
@@ -0,0 +1,50 @@
+-------- @implements E --------
+empty interface type E
+
+-------- @implements F --------
+interface type F
+       is implemented by pointer type *C
+       is implemented by struct type D
+       is implemented by interface type FG
+
+-------- @implements FG --------
+interface type FG
+       is implemented by pointer type *D
+       implements F
+
+-------- @implements slice --------
+slice type []int implements only interface{}
+
+-------- @implements C --------
+pointer type *C
+       implements F
+
+-------- @implements starC --------
+pointer type *C
+       implements F
+
+-------- @implements D --------
+struct type D
+       implements F
+pointer type *D
+       implements FG
+
+-------- @implements starD --------
+pointer type *D
+       implements F
+       implements FG
+
+-------- @implements sorter --------
+slice type sorter
+       implements lib.Sorter
+
+-------- @implements I --------
+interface type I
+       is implemented by basic type lib.Type
+
+-------- @implements var_d --------
+struct type D
+       implements F
+pointer type *D
+       implements FG
+