Sign in
go
/
tools
/
06d96ee8fcfeb1083837cc5c3459f85e0c225fa2
/
.
/
internal
/
lsp
/
testdata
/
extract
/
extract_function
/
extract_redefine.go
blob: 604f4757cc7355b43ec7efbbd53299577b5bdc62 [
file
] [
log
] [
blame
]
package extract
import "strconv"
func _() {
i, err := strconv.Atoi("1")
u, err := strconv.Atoi("2")
//@extractfunc("u", ")")
if i == u || err == nil {
return
}
}