public class MyFirstTestClassFoo { void foo() {} void foo(int a) {} void fox(int a) {} { new MyFirstTestClassFoo().foo();<caret> } }