class Test { void foo() { foo(|,); } void foo(int a, int b){ //do smth } }