Files
moxa/interp
ttoad 09a1617640 interp: improve support of alias types
I expect the following code to be supported.
```go
type TT http.Header

func (t TT) Set(key, val string) {

}

func (t TT) Get(key string) string {

}
```
So, I pushed this PR. 
Do I need to add some test cases?  I don't see the relevant test files ....
2022-07-14 19:38:07 +02:00
..
2022-07-14 19:38:07 +02:00
2021-09-06 15:32:10 +02:00
2020-08-20 13:14:15 +02:00