aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/inheritance
Commit message (Expand)AuthorAgeFilesLines
* Cleanup 0.5.0 test casesAlex Beregszaszi2018-08-062-13/+0
* Add additional test cases.Daniel Kirchner2018-08-012-0/+10
* Correctly determine whether base constructor is called without parentheses.chriseth2018-08-011-0/+9
* Disallow calling base constructors without arguments.chriseth2018-08-011-1/+1
* Cleans up syntax test.Erik Kundt2018-07-111-4/+1
* Improves error with suggestion to remove parantheses.Erik Kundt2018-07-112-2/+5
* 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-112-10/+7
* Adds default visibility specifier to syntax tests.Erik Kundt2018-07-042-4/+4
* Disallow constructor arguments given multiple times.chriseth2018-06-296-7/+7
* Replace constant with view in the tests.Daniel Kirchner2018-05-092-0/+8
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-1012-14/+14
* Error when using no parentheses in modifier-style constructor calls.Daniel Kirchner2018-04-102-2/+5
* Move constructor argument override check to TypeChecker and reuse annotations...Daniel Kirchner2018-04-098-7/+19
* Allow duplicated constructor calls, if no arguments; support for multiple inh...Daniel Kirchner2018-04-098-5/+38
* Error on duplicated super constructor callsFederico Bond2018-04-092-0/+8
* Error when using empty parenthesis for base class constructors that require a...Daniel Kirchner2018-04-053-1/+16
* Constructors are defined using the ``constructor`` keyword.Daniel Kirchner2018-04-042-3/+3
* Fix: Treat empty base constructor argument list as not provided.chriseth2018-04-032-0/+16