On Thu, Jun 27, 2024 at 1:18 PM Tim Düsterhus <[email protected]> wrote:
> It should not. See: readonly classes. I also believe that static classes
> should be implictly final. Given that no objects of such a class can
> exist, they cannot be exchanged by a different class anyways and
> inheritance is not meant for code reuse.
>
>
I don't agree that they should be implicitly final, or that inheritance is
not meant for code reuse. It is currently possible eg:
https://gist.github.com/oplanre/6894f56fb61134ee5ea93cf262ba3662
and I
don't see why that should change, unless you have any solid reasons as to
why.
Lanre