This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
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
develop
solidity
/
test
/
libsolidity
/
syntaxTests
/
freeFunctions
History
Matheus Aguiar
4aa310034c
Added missing keyword unicode to Lexer
2023-03-28 13:51:43 -03:00
..
circular_reference1functions_first.sol
Detect circular references for library and free functions
2021-03-30 23:06:30 +02:00
circular_referencecontracts_first.sol
Detect circular references for library and free functions
2021-03-30 23:06:30 +02:00
free_call_via_contract_type.sol
free_constructor.sol
fix(parser): error for unexpected token
2022-04-29 16:13:04 +04:00
free_different_integer_types.sol
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
free_fallback.sol
fix(parser): error for unexpected token
2022-04-29 16:13:04 +04:00
free_function_modifier.sol
Allow path syntax for super constructor calls
2020-10-13 14:32:11 +02:00
free_function_namesake_different_parameter_types.sol
free_function_qualified_modifier.sol
Allow path syntax for super constructor calls
2020-10-13 14:32:11 +02:00
free_function_shadowing.sol
free_function_visibility.sol
free_function_without_body.sol
free_functions.sol
free_identical_multiple.sol
free_identical.sol
free_mutability.sol
Make error message less confusing
2022-02-17 16:52:36 +01:00
free_namesake_contract_function.sol
free_overload.sol
free_override.sol
free_payable.sol
free_receive.sol
fix(parser): error for unexpected token
2022-04-29 16:13:04 +04:00
free_redefinition.sol
free_storage.sol
free_virtual.sol
function_same_name_as_contract.sol
function_using_struct_after_contract.sol
gas_value.sol
Free functions.
2020-08-18 11:46:59 +02:00
illegal_names.sol
Tests/Docs after disallowing super, this and _ as declaration names
2020-11-25 11:14:13 +01:00
invalid_function_named_unicode.sol
Added missing keyword unicode to Lexer
2023-03-28 13:51:43 -03:00
named_fallback_warning.sol
Refactored NumberUnit and FunctionDefinition. Added OctalNumber. Fixed number followed by identifier with no whitespace.
2023-03-24 16:19:33 -03:00
named_receive_warning.sol
Refactored NumberUnit and FunctionDefinition. Added OctalNumber. Fixed number followed by identifier with no whitespace.
2023-03-24 16:19:33 -03:00
qualified_struct_access.sol
Print warning for unnamed return parameters and no return statement
2020-10-13 13:11:29 +02:00
struct_after_function.sol
super_in_free_function.sol
this_in_free_function.sol