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
more-function-params
solidity
/
test
/
libsolidity
/
syntaxTests
/
inheritance
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Mathias Baumann
3a8a74cbc7
OverrideSpecifier: Check for null before dereferencing
2021-02-04 13:17:28 +01:00
..
duplicated_constructor_call
Update tests.
2020-07-07 12:16:18 +02:00
fallback_receive
Added error codes to SyntaxTest expectations (updated tests)
2020-06-22 16:51:47 +02:00
interface
Issue state mutability restriction for overriding and not for virtual functions.
2020-07-16 17:19:35 +02:00
override
OverrideSpecifier: Check for null before dereferencing
2021-02-04 13:17:28 +01:00
virtual
Type Checker: Disallow `
virtual
` for modifiers in libraries.
2020-09-07 11:17:38 +02:00
allow_empty_duplicated_super_constructor_call.sol
…
base_arguments_empty_parentheses.sol
…
base_arguments_multiple_inheritance.sol
…
base_arguments_no_parentheses.sol
…
base_not_contract.sol
…
disallow_modifier_style_without_parentheses.sol
…
interface_virtual_warning.sol
…
modifiers_in_constructor_context.sol
…
reference_non_base_ctor.sol
…
shadowing_base_state_vars.sol
…
shadowing_private_base_state_vars.sol
…
super_on_external.sol
Tests after changing type of super to TypeType
2020-11-10 15:38:21 +01:00
too_few_base_arguments.sol
…
unimplemented_without_virtual.sol
…
wrong_type_base_arguments.sol
…