Closed ritzdorf closed 6 years ago
delete expressions need to be recognized in order to avoid an error due to the missing return value. Test case to show the difference between the old and the new version:
delete
uint8[3] memory array = [1,2,3]; delete array[1]; array
Thanks!
delete
expressions need to be recognized in order to avoid an error due to the missing return value. Test case to show the difference between the old and the new version: