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