Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / stylecheck / testdata / src / CheckReceiverNamesIdentical / generated.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/stylecheck/testdata/src/CheckReceiverNamesIdentical/generated.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/stylecheck/testdata/src/CheckReceiverNamesIdentical/generated.go
new file mode 100644 (file)
index 0000000..6ec7001
--- /dev/null
@@ -0,0 +1,19 @@
+// Code generated by hand. DO NOT EDIT.
+
+package pkg
+
+// Methods on T2 are only defined in this generated file
+// Methods on T3 and T4 are defined in this file and a non-generated file
+
+type T2 struct{}
+
+func (foo T2) Fn1() {}
+func (bar T2) Fn2() {}
+
+type T3 struct{}
+
+func (foo T3) Fn1() {}
+
+type T4 struct{}
+
+func (foo T4) Fn1() {}