Sign in
go
/
tools
/
refs/heads/master
/
.
/
go
/
analysis
/
passes
/
stringintconv
/
testdata
/
src
/
fix
/
fixnamed.go
blob: f77d5e171b9c6069c3d9ff94ddc570a1830a15a9 [
file
] [
log
] [
blame
] [
edit
]
package fix
type mystring string
func _(x int16) mystring {
return mystring(x)
// want `conversion from int16 to mystring \(string\)...`
}