svoid nuLike assertInstanceOf(Class type, O o) { assertIsInstance(type, o); } svoid assertInstanceOf(O o, Class type) { assertInstanceOf(type, o); }