blob: 7bb4ff0a62fd83955ae7531d2dc5a0065cb55eb2 [file] [log] [blame]
import java.util.*;
public class WildcardsSuper {
Enumeration<? super WildcardsSuper> f;
}