
package test241p;
public interface test241i {
   public void foo(int i);
}