class Test { void bar(){} void foo() { bar();//some comment here } }