blob: 35316e065b0f2399c22393765222c2b5f78238fd [file] [log] [blame]
public class TestClass {
public int foo(TestClass p) {
bar(foo(this)<caret>)
}
}