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