Skip to content

Commit

Permalink
tests: restore Carrot
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 20, 2022
1 parent b9608db commit f7d6bec
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 10 deletions.
20 changes: 10 additions & 10 deletions testdata/src/a/b/b.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package b

// import "a"
//
// type Carrot interface {
// Bar(string) *Potato
// Bur(string) *a.Coconut
// }
//
// type Potato struct {
// Name string
// }
import "a"

type Carrot interface {
Bar(string) *Potato
Bur(string) *a.Coconut
}

type Potato struct {
Name string
}
214 changes: 214 additions & 0 deletions testdata/src/a/mock_gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7d6bec

Please sign in to comment.