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
Proximate cause: here, instead of treating the conversion is a no-op, it should check if the original value was a nil pointer of the original type, and return the nil object of the desired type. Counter-intuitively, in GopherJS each type that can be nil represents the nil value with its own unique object. This issue is one of the motivating examples for #1238.