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