Sign in
◑
Theme
go
/
tools
/
ead76ab5e90b139287fe5f5dfffd8d3b314b3eb5
/
.
/
refactor
/
eg
/
testdata
/
E1.go
blob: 54054c81258c2e5f501cff718c0d2bae0608b8f1 [
file
]
package E1
import "log"
func example() {
log.Fatal("oops")
// match
}