blob: 05b20ee8b1fe4474b494fc8a246f42518e20f0b6 [file] [log] [blame]
import java.util.*;
class Test {
Set<? extends JComponent> c;
Set<? extends JComponent> c1 = c;
}