1   package groovy;
2   
3   public interface DummyInterface {
4   
5       public void methodWithArrayParam(String[] args);
6   }