package pack;

public class TestJava {
    protected String repeatParam(String ... items) {
        return "nothing";
    }
}
