What would running the test method print?
public void test() \{ method1(); method2(); method3(); \}
public void test() { method1(); method2(); method3(); }