Hi
module main;
class Foo(string s) {}
final class Bar(string s) {} // ErrorThe compiler says: variable main.s final cannot be applied to variable Why is this forbidden? Nicolas (DMD 2.022 - Linux)
Hi
module main;
class Foo(string s) {}
final class Bar(string s) {} // ErrorThe compiler says: variable main.s final cannot be applied to variable Why is this forbidden? Nicolas (DMD 2.022 - Linux)