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