blob: 7c85f93d7a578ce51ef0fc15be4f5cb59ab93fc6 [file] [log] [blame]
import java.util.*;
class Test {
public void meth(Set p) {
Set<Set> f = p;
}
}