blob: 246c00e80f3d719bc020c9bbf26d31f64591f69d [file] [log] [blame]
// "Create Class 'Foo'" "true"
import java.util.Collection;
public class Test {
public Collection<? extends Fo<caret>o> getSomething() {
return null;
}
}