blob: 11cbc3fe7520cbccc8b9123221d6f8464f5894bc [file] [log] [blame]
import java.util.*;
class Test {
Set<? extends Integer> f = new Set<>();
}