You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Discussing bugs here is fine. What is the point of that type?
I don't like the thought of wrapping everything in a struct, so I'd like to investigate a bit further.
Thanks. I should've remembered Peano, I just read GEB recently.
On second thought, let's take it to llgo-dev. This one will need a bit of
discussion. I've not come up with any good workarounds so far.
package f
type T *T
func f() T { return new(T) }
PS: gotypes at tip can handle this case just fine.
The text was updated successfully, but these errors were encountered: