blob: bb323ec83f4642251b2ca704b1f0a8de47d8555b [file] [log] [blame]
public class Foo {
void foo() {
Zoo z = xcreate<caret>x
}
}
class Zoo { }
class ZooFactory {
static Zoo xcreateZoo() {}
static Zoo xcreateZoo(int a) {}
static Object xcreateElephant() {}
}