class D { void foo(D x){ bar(x,x); } void bar(D x, D y){} }