static Class runDependent(S src) { Class c = hotwireDependent(src); callMain(c); ret c; }