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
..
2020-09-14 16:22:04 +02:00
2022-05-23 10:30:08 +02:00
2020-09-14 11:14:04 +02:00
2021-08-17 11:42:07 +02:00
2022-07-14 19:38:07 +02:00
2022-04-22 11:48:08 +02:00
2021-09-06 15:32:10 +02:00
2020-09-29 18:42:05 +02:00
2021-11-26 11:58:07 +01:00
2020-09-16 10:58:04 +02:00
2020-08-20 13:14:15 +02:00
2022-05-04 18:51:09 +02:00
2020-10-09 11:48:04 +02:00
2022-05-19 11:23:30 +02:00
2022-06-14 10:52:08 +02:00
2021-06-24 10:00:05 +02:00
2021-11-26 11:58:07 +01:00
2022-04-25 16:11:18 +02:00
2022-06-14 10:18:08 +02:00
2022-05-23 10:30:08 +02:00
2022-04-22 11:48:08 +02:00
2021-09-15 16:22:07 +02:00
2022-06-14 10:18:08 +02:00
2022-05-19 11:23:30 +02:00
2021-06-24 10:00:05 +02:00
2021-11-26 11:58:07 +01:00
2022-05-19 18:34:08 +02:00
2022-06-14 16:42:09 +02:00
2022-06-30 10:22:12 +02:00
2021-09-01 14:46:08 +02:00
2022-06-14 10:18:08 +02:00