github.com/shranet/mobile@v0.0.0-20200814083559-5702cdcd481b/bind/testdata/issue29559.go (about) 1 package issue29559 2 3 type AString = string 4 5 func TakesAString(s AString) {}