Open plajjan opened 2 years ago
I'm thinking maybe that overshadowing should require an extra keyword rather than being the default (depending on context?)? I think some language do this already...
zig doesn't allow shadowing. another point to disallow this... :)
What is a good use of overshadowing a variable?