1 package test1; 2 3 public class SetName { 4 public int i; foo(SetName sn)5 public int foo(SetName sn) { return 1; } 6 } 7