Skip to content

Fixed not being able to access static function

Compare
Choose a tag to compare
@Wal8800 Wal8800 released this 06 Aug 22:09
· 44 commits to master since this release

The static function such as subtract or add wasn't accessible when they are VendNumber class static function. Moving and exporting these functions outside the class allows us to use these function.

Also keeping the static function in the class to avoid breaking any existing usage