Adjusts syntax tests to new constructor syntax.

This commit is contained in:
Erik Kundt
2018-07-18 14:29:01 +02:00
parent 182a0a9551
commit de6cd2425b
29 changed files with 3 additions and 116 deletions
@@ -0,0 +1,6 @@
contract test {
constructor(uint) public { }
constructor() public {}
}
// ----
// DeclarationError: (47-70): More than one constructor defined.