On Thu Feb 2 03:55:31 2023 +0000, Zebediah Figura wrote:
I haven't tested, but I think it may actually be fine, or even preferred? Because the vast majority of errors are done while parsing, references to the parameters from inside the function should print "bb" here, and references to parameters from outside the function (like, say, for a type mismatch) would use the last definition or declaration (so in this case "cc"), which seems like a reasonable or even desirable behaviour.
I see. Okay then, I don't have additional remarks.