mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
Fixes golang/go#29559 Change-Id: Iffaac239e5c9a9e53f4e292b4d9bf669d5084e1f GitHub-Last-Rev: c5d4a4823d2bf60fa7bff09ab7bbdc9235c49d67 GitHub-Pull-Request: golang/mobile#25 Reviewed-on: https://go-review.googlesource.com/c/159417 Reviewed-by: Elias Naur <mail@eliasnaur.com>
6 lines
75 B
Go
6 lines
75 B
Go
package issue29559
|
|
|
|
type AString = string
|
|
|
|
func TakesAString(s AString) {}
|