// Assert.assertArrayEquals( asm, cl );
FragmentClassLoader classLoader = new FragmentClassLoader( SomeMixin.class.getClassLoader() );
Class clazz = classLoader.loadClass( SomeMixin.class.getName() + "_Stub" );
// Class clazz = SomeMixin_Stubx.class;
final Other other = new Other()
{