This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
038554abe0d484fdb733df69210f1efae5d46bef
solidity
/
test
/
libsolidity
/
syntaxTests
/
inheritance
T
History
Erik Kundt
0b960f5a9c
Turns wrong argument count in base constructor call into en error.
2018-07-11 01:56:07 +02:00
..
duplicated_constructor_call
Disallow constructor arguments given multiple times.
2018-06-29 16:11:21 +02:00
override
Adds default visibility specifier to syntax tests.
2018-07-04 10:45:59 +02:00
allow_empty_duplicated_super_constructor_call.sol
Error when using no parentheses in modifier-style constructor calls.
2018-04-10 12:09:34 +02:00
base_arguments_empty_parentheses.sol
Turns wrong argument count in base constructor call into en error.
2018-07-11 01:56:07 +02:00
base_arguments_multiple_inheritance.sol
Disallow constructor arguments given multiple times.
2018-06-29 16:11:21 +02:00
base_arguments_no_parentheses.sol
Error when using empty parenthesis for base class constructors that require arguments.
2018-04-05 11:52:22 +02:00
disallow_modifier_style_without_parentheses.sol
Add source locations to syntax test expectations.
2018-04-10 14:08:22 +02:00
too_few_base_arguments.sol
Add source locations to syntax test expectations.
2018-04-10 14:08:22 +02:00