On Tuesday, 1 September 2015 at 19:15:48 UTC, Jacob Carlborg wrote:
On 2015-09-01 15:40, Steven Schveighoffer wrote:

I'm not 100% sure, but that does seem like a bug.

You should be able to completely mask toString from a base class if you
don't specify override IMO.

Perhaps we need an explicit way to tell the compile we want to hide a method in the base class. C# uses the "new" keyword for this if I recall correctly.

Isn't that what `override` is for?

Reply via email to