public class Foo { void m() { Foo variable = new Foo();<caret> } }