blob: 6b107b50790459a497fc34ec52567dd7e419333c [file] [log] [blame]
package p2
type Twoer interface {
PackageTwoMeth()
}
func F() string {}
func G() Twoer {}
func NewError(s string) error {}