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