contract test {
constructor(uint) { }
constructor() {}
}
// ----
// DeclarationError 7997: (40-56): More than one constructor defined.