cmd/compile: ICE: converting shape type to interface #47775
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Accessing generic function from different module:
And use the
Get
method as:What did you expect to see?
no compile error
What did you see instead?
Reproducer: evcc-io/evcc@326c829. Pretty sure that the problem is when using the generic method as regular function.
FWIW: it compiles with GOEXPERIMENT=unified.
The text was updated successfully, but these errors were encountered: