Thanks, can you maybe at the complete working code snippet in your issue too

```
type R(type T) struct{}
func F(type T)() {
_ = func() (_ R(T)) { return R(T){} }
}
```

I think it's not trivial code even after reading the issue what your 
solution was to the problem.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/7c7bf287-f8f5-4c31-9de8-70997970a40cn%40googlegroups.com.

Reply via email to