Blitzmax NG - Overriding final methods [bug?]

BlitzMax Forums/Brucey's Modules/Blitzmax NG - Overriding final methods [bug?]

Midzi(Posted 2017) [#1]
Hi,

I noticed that, unlike in classic Blitzmax, overriding a final method doesn't throw a compilation error in Blitzmax NG (bcc[ng] v. 0.87). When run in NG, the example found in the docs (topic "final") compiles and runs without any warning, which is not correct.

Extending a final type seems to be caught at compile time, however, as expected.

Regards,

Mariusz Idzikowski


Midzi(Posted 2017) [#2]
Sorry for using the wrong forum. I'll try Blitzmax NG instead.

Mariusz