class Test { void foo() { Test s = new Test(); s.bar(); } static int bar(){return 1;} }