interface SAM { Object foo(String s, int n); } class JTest { static void samTest(SAM sam) { } }