package data; // TODO [rc1] what about varargs - any testing done for it? @SuppressWarnings("unused") class SomeConstructors { public SomeConstructors() { } private SomeConstructors(String s, int i) { } protected SomeConstructors(long l) { } }