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