tools/refactor/eg/testdata/E1.go

10 lines
91 B
Go

// +build ignore
package E1
import "log"
func example() {
log.Fatal("oops") // match
}