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