github.com/coming-chat/gomobile@v0.0.0-20220601074111-56995f7d7aba/bind/testdata/issue29559.go (about)

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