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