blob: 821072b4ef2fc7f74a1efe71b5f8a5e96a2e7ae4 [file] [log] [blame]
public class TestClass {
static TestClass getInstance() { return new TestClass(); }
public int foo(TestClass p) {
foo(getInstance()<caret>
);
}
}