mirror of
https://github.com/golang/go
synced 2024-11-19 08:34:39 -07:00
7 lines
70 B
Go
7 lines
70 B
Go
|
package testy
|
||
|
|
||
|
type tt int //@rename("tt", "testyType")
|
||
|
|
||
|
func a() {
|
||
|
}
|