static Class findClassInStandardImports(S name) { for (S pkg : standardImports()) try object Class c = classForNameOpt_noCache(pkg + "." + name); null; }