Sign in
go
/
tools
/
d4e30f1c225c14bd66e6b9f5db7b841024233459
/
.
/
refactor
/
eg
/
testdata
/
I1.go
blob: d1762ebb36d3889a17099d76dde2f6291acdbd45 [
file
] [
log
] [
blame
]
// +build ignore
package I1
import "fmt"
func example() {
_ = fmt.Errorf("%s", "foo")
}