Open
Description
go/types together with the go/constant package don't require a constant representation to match the (untyped) constant type. For instance, it's ok to represent real(0) of type untyped float with a constant of kind constant.Int.
Make sure our code handles this correctly. It most likely doesn't.
See golang/go#43891
Metadata
Metadata
Assignees
Labels
No labels