blob: 334b9dba734d87efda6cf6611d6e8b64bd14087d [file] [log] [blame]
package test;
import java.util.Collection;
class SimpleWildcard {
public static void simple(Collection<?> c) {}
}