If a subclass creation expression includes invalid class instance variables, then it returns an error; but the class was created and left in a modifiable state.
Subclass creation creates the class instance variables in a secondary step, after the class has been created; and did not clean up if class instance variable addition was not successful.
Last updated: 5/6/16