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