Okay, thanks. I can reproduce. If I had to guess, it's only happening when an abstract class is compiled into a SWC.
-- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Mon, Dec 2, 2024 at 9:53 AM Harbs <harbs.li...@gmail.com> wrote: > I saw it in a class which subclasses AsyncTask. It seems to fail pretty > consistently there... > > > On Dec 2, 2024, at 6:44 PM, Josh Tynjala <joshtynj...@bowlerhat.dev> > wrote: > > > > 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?). > >> > >> > >