This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
affeff18f5
solidity
/
test
/
libsolidity
/
syntaxTests
/
functionCalls
History
Kamil Śliwak
d96cc3469a
FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super
2021-06-02 16:16:15 +02:00
..
arbitrary_parameters_but_restricted_first_type.sol
call_unimplemented_base_via_super.sol
FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super
2021-06-02 16:16:15 +02:00
call_unimplemented_base.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
calloptions_duplicated.sol
calloptions_on_delegatecall.sol
calloptions_on_internal_function.sol
calloptions_on_staticcall.sol
Add more syntax tests for uncovered cases
2020-11-05 10:30:09 +00:00
calloptions_repeated.sol
Disallow specifying call options multiple times.
2020-11-02 20:07:23 +01:00
int_not_callable.sol
invalid_expressions_with_calloptions1.sol
invalid_expressions_with_calloptions2.sol
invalid_expressions_with_calloptions3.sol
invalid_named_arguments_conditional.sol
lowlevel_call_options.sol
msg_value_non_payable.sol
named_arguments_duplicate_parameter.sol
Fix shadowing/same-name warnings for later declarations
2020-10-08 20:22:04 +02:00
named_arguments_empty.sol
Fix shadowing/same-name warnings for later declarations
2020-10-08 20:22:04 +02:00
named_arguments_for_functions_that_take_arbitrary_parameters.sol
named_arguments_in_any_order.sol
named_arguments_invalid_name.sol
Fix wrong name used in error message when reporting invalid named argument
2020-09-17 18:59:18 +02:00
named_arguments_overload_failing1.sol
named_arguments_overload_failing2.sol
named_arguments_overload_failing3.sol
named_arguments_overload_failing_ambiguous_implicit_conversion.sol
named_arguments_overload_failing_ambiguous.sol
named_arguments_overload_failing_right_names_wrong_order.sol
named_arguments_overload_failing_wrong_names.sol
named_arguments_overload_in_any_order.sol
named_arguments_overload.sol
named_arguments_wrong_count.sol
Fix shadowing/same-name warnings for later declarations
2020-10-08 20:22:04 +02:00
new_library.sol
Disallow invalid use of library names as type names.
2020-10-16 18:25:08 +02:00
new_with_calloptions_unsupported.sol
new_with_calloptions.sol
new_with_invalid_calloptions.sol
staticcall_on_homestead.sol
Add more syntax tests for uncovered cases
2020-11-05 10:30:09 +00:00
this_not_callable.sol