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