package test; import java.util.Collection; class SimpleWildcard { public static void simple(Collection c) {} }