5 lines
75 B
Go
5 lines
75 B
Go
package issue29559
|
|
|
|
type AString = string
|
|
|
|
func TakesAString(s AString) {}
|