aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/inheritance/base_arguments_empty_parentheses.sol
Commit message (Expand)AuthorAgeFilesLines
* Cleans up syntax test.Erik Kundt2018-07-111-4/+1
* Improves error with suggestion to remove parantheses.Erik Kundt2018-07-111-1/+4
* Updates Changelog, syntax test and simplifies type checker.Erik Kundt2018-07-111-7/+1
* Turns wrong argument count in base constructor call into en error.Erik Kundt2018-07-111-1/+7
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-101-1/+1
* Error when using empty parenthesis for base class constructors that require a...Daniel Kirchner2018-04-051-1/+2
* Constructors are defined using the ``constructor`` keyword.Daniel Kirchner2018-04-041-1/+1
* Fix: Treat empty base constructor argument list as not provided.chriseth2018-04-031-0/+6