blob: 48f2fe993157d468a860fb37d6c5be5dd77e28b9 [file] [log] [blame]
import java.util.Set;
public class Foo {
void foo() {
Set s = newLi<caret>
}
}
class Bar {
static Set newLinkedSet0() {}
static Set newLinkedSet1(int a) {}
static Set newLinkedSet2(int a, int b) {}
}