We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This doesn't warn for Assigned but not used for k. (Perhaps it should also warn for bar?)
Assigned but not used
k
bar
function foo() bar(k) = k + 1 k = 1 return nothing end