// "f false" "true" public class Test { void foo(){} void bar(){foo();} void bar1(){foo();} }