class Client { public static void main(String[] args) { new Super().foo(new Object()); } }