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