github.com/provpn/mobile@v0.0.0-20210315122651-28c475f89f6c/bind/testdata/issue29559.go (about)

     1  package issue29559
     2  
     3  type AString = string
     4  
     5  func TakesAString(s AString) {}