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