package japicmp.test; public class Constructors { public Constructors() { } public Constructors(String hasBeenAdded) { } }