package call_in; class TestStatementWithFunction1 { public void main(){ /*]*/foo();/*[*/ } public int foo(){ return 6; } }