Skip to content

Commit f7d6bec

Browse files
committed
tests: restore Carrot
1 parent b9608db commit f7d6bec

File tree

2 files changed

+224
-10
lines changed

2 files changed

+224
-10
lines changed

testdata/src/a/b/b.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package b
22

3-
// import "a"
4-
//
5-
// type Carrot interface {
6-
// Bar(string) *Potato
7-
// Bur(string) *a.Coconut
8-
// }
9-
//
10-
// type Potato struct {
11-
// Name string
12-
// }
3+
import "a"
4+
5+
type Carrot interface {
6+
Bar(string) *Potato
7+
Bur(string) *a.Coconut
8+
}
9+
10+
type Potato struct {
11+
Name string
12+
}

testdata/src/a/mock_gen_test.go

Lines changed: 214 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)