On Friday, 16 November 2018 at 15:59:14 UTC, Vinay Sajip wrote:
This code should IMO give at least a warning, but it doesn't:

abstract class A {
    int kind;
}

[...]


This is not unique to D you can do the same in Java or C++.

bye,
Norm

Reply via email to