aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/functionTypes
Commit message (Collapse)AuthorAgeFilesLines
* Make non-payable default for conversion to address.chriseth2018-09-201-0/+7
|
* Update tests.chriseth2018-08-151-1/+1
|
* Disallow functions without implementation to use modifiers. This was already ↵Christian Parpart2018-07-241-1/+1
| | | | the case in the experimental 0.5.0 mode.
* Adjusts syntax tests to new constructor syntax.Erik Kundt2018-07-181-1/+1
|
* Updates interface constructor and function type test.Erik Kundt2018-07-071-6/+9
|
* Adds default visibility specifier to syntax tests.Erik Kundt2018-07-042-7/+7
|
* test: Adapted to the change of the var-keyword elimination.Christian Parpart2018-06-261-4/+2
|
* Return parameters in function types may not be named.Daniel Kirchner2018-06-182-5/+5
|
* Update test expectations.Daniel Kirchner2018-05-091-1/+1
|
* Update parser test expectationsAlex Beregszaszi2018-05-041-1/+1
|
* Properly cope with constructor headers.chriseth2018-04-122-0/+15
|
* Update expectations.chriseth2018-04-121-2/+2
|
* New tests for function state variables.chriseth2018-04-126-0/+61
|
* Add expectations.chriseth2018-04-1224-9/+53
|
* Extract function type tests.chriseth2018-04-1225-0/+132