aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/constructor
Commit message (Collapse)AuthorAgeFilesLines
* Test.chriseth2018-11-301-0/+15
|
* Fix tests regarding contract type conversion.chriseth2018-08-011-1/+2
|
* Disallow conversion between unrelated contract types.chriseth2018-08-011-3/+2
|
* Adds warning if function is shadowing a contract.Erik Kundt2018-07-182-5/+10
|
* Adjusts syntax tests to new constructor syntax.Erik Kundt2018-07-1828-115/+2
|
* Removes obsolete syntax tests.Erik Kundt2018-07-181-4/+0
|
* Suggests external for fallback and interface functions.chriseth2018-07-182-2/+2
|
* Adjusts tests to expect type errors on default visibility.Erik Kundt2018-07-181-1/+1
|
* enforce interface-functions to be external-declaredChristian Parpart2018-07-162-2/+2
| | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change.
* Added default data locations to parameters for syntax tests.Chase McDermott2018-07-122-5/+5
|
* Updates interface constructor and function type test.Erik Kundt2018-07-072-9/+9
|
* Fixes wrong visibility specifier in interface constructor test.Erik Kundt2018-07-042-9/+9
|
* Fixes broken syntax tests.Erik Kundt2018-07-042-18/+9
|
* Adds default visibility specifier to syntax tests.Erik Kundt2018-07-048-31/+40
|
* Update test suite.Daniel Kirchner2018-07-032-18/+9
|
* Remove trailing whitespace in missing visibility warning.Daniel Kirchner2018-07-021-1/+1
|
* Updates invalid syntax test.Erik Kundt2018-06-291-1/+2
|
* Updates syntax tests to new constructor syntax.Erik Kundt2018-06-293-4/+14
|
* Warn about functions named "constructor".chriseth2018-04-191-0/+5
|
* Fix name clashes between constructor and fallback function.chriseth2018-04-183-1/+14
|
* Extract tests.chriseth2018-04-1825-0/+197