Hey Harbs, I am unable to reproduce this issue. In my test project, if I comment out the overridden method, it reports an error.
> Method abstractMethod in abstract class MyAbstractClass not implemented by class MyConcreteClass -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Dec 1, 2024 at 1:47 AM Gabe Harbs <harbs.li...@gmail.com> wrote: > I’m pretty sure that abstract methods which are not overridden in > subclasses used to cause a compiler error, but it looks like the compiler > doesn’t complain (any more?). > >