miss_hit
miss_hit copied to clipboard
special understanding of save semantics
https://www.mathworks.com/help/matlab/ref/save.html
MLint has a bug where this pattern raises a false alarm:
x = foo();
save('potato.mat', 'x');
x
is in fact not unused. But honestly, this is an insane interface.
But hey. We should to support this, even if it's morally wrong.