<div dir="ltr">Hi, I found a bug in the PushDownMethod class: currently, class methods can't be pushed down. This is because the class "Metaclass" lacks the "hasSubclasses" method. To fix this, I've included 2 ChangeSet files:<div><ul><li>One to the BaseImageTests, in which I've added 2 tests that reproduce the bug (and test the desired behaviour).</li><li>One to CuisCore, which only contains an implementation of "hasSubclasses" in Metaclass.</li></ul><div><br></div></div></div>