blob: 9036f9524b64a364f98cbda3ea8e4ae3214c7fb4 [file] [log] [blame]
public class TestClass {
TestClass(TestClass p){
new TestClass((TestClass) <caret>obj).f();
}
}