checkAbstractClassInstantiation

This checks if any abstract classes are instantiated in the code that is checked. Running the code would result in an error, because abstract classes cannot be instantiated.

Exemption tag: %@ok<ABSCI>