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