// "Remove 'getClass()' call" "true" class Test { void test(Class clazz) { System.out.println(clazz.getName()); } }