blob: 37f9b3e01a62656d87f7d9d2f09b751de70c57ab [file] [log] [blame]
package groovy;
public interface DummyInterface {
void methodWithArrayParam(String[] args);
}