static Class findClassThroughDefaultClassFinder(S shortName) { ret shortName == null ?: (Class) callF(_defaultClassFinder(), "main$" + shortName); }