toit icon indicating copy to clipboard operation
toit copied to clipboard

The 'operator []=' should not have a return type

Open floitsch opened this issue 3 years ago • 0 comments

For some reason the []= operators are marked as -> int/any. They should be void functions as we don't use the value. At least we shouldn't. Maybe we need to check that's not the case.

floitsch avatar Jan 16 '22 13:01 floitsch