class A{ static void foo(){} static void bar(){ foo(666); } }