This commit is contained in:
satotake 2021-11-13 06:06:24 +00:00 committed by GitHub
parent 9ec2bc7946
commit f587be5169

View file

@ -894,7 +894,7 @@ pub fn listSublist(
utils.decref(list.bytes, size * element_width, alignment);
return output;
}
}
return RocList.empty();
}