tools/refactor/eg/testdata/I1.go

10 lines
92 B
Go

// +build ignore
package I1
import "fmt"
func example() {
_ = fmt.Errorf("%s", "foo")
}