1 package test4; 2 3 public class MakeMethod { foo()4 public static final String foo() { 5 return "foo"; 6 } 7 } 8