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