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
package p
var _ *struct{ x int } = (*struct{ x int "" })(nil)
Package reflect may also need to be fixed, as this program should output true, true: http://play.golang.org/p/QNISntvhWb But that may come for free after fixing cmd/compile.
cmd/compile erroneously rejects this code:
Package reflect may also need to be fixed, as this program should output
true
,true
: http://play.golang.org/p/QNISntvhWb But that may come for free after fixing cmd/compile.See also #15412.
The text was updated successfully, but these errors were encountered: