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
LabelMultisetType.copy passes img and access as reference to a new LabelMultisetType. Other NativeTypes, e.g. UnsignedLongType.copy, create a new single value object without any backing img or access. LabelMultisetType should follow this scheme. At least, it should update the index i of the newly created type.
The text was updated successfully, but these errors were encountered:
LabelMultisetType.copy
passesimg
andaccess
as reference to a newLabelMultisetType
. OtherNativeType
s, e.g.UnsignedLongType.copy
, create a new single value object without any backingimg
oraccess
.LabelMultisetType
should follow this scheme. At least, it should update the indexi
of the newly created type.The text was updated successfully, but these errors were encountered: