Shadowing function arguments may cause null
to surface
#58
Labels
bug
Something isn't working
core
Requires changes in core compiler code
hacktoberfest
Changes good for hacktoberfest
Example problematic code:
This will print to console:
Two issues here:
println
should seeint
type and require casting to string.println
the value should be10
.The text was updated successfully, but these errors were encountered: