go/refactor/eg/testdata/E1.go

8 lines
73 B
Go

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