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
d44fb033221e29a2e648ea248f85604cb9619237
solidity
/
test
/
libsolidity
/
syntaxTests
/
parsing
T
History
chriseth
95c49b367e
Merge pull request
#3875
from ethereum/constructorSelfRef
...
Stricter check for "this" in constructor.
2018-04-13 18:39:31 +02:00
..
constructor_allowed_this.sol
Stricter check for member access to "this" in constructor.
2018-04-13 15:57:13 +02:00
constructor_super.sol
Stricter check for member access to "this" in constructor.
2018-04-13 15:57:13 +02:00
missing_variable_name_in_declaration.sol
Add source locations to syntax test expectations.
2018-04-10 14:08:22 +02:00
return_var.sol
Add additional test for `
var
` for storage variables.
2018-04-12 16:46:35 +02:00
smoke_test.sol
Adds parsing sub-directory in syntaxTests and moves two example tests from SolidityParser.cpp to test contracts.
2018-04-03 19:54:46 +02:00
var_in_function_arguments.sol
Add additional test for `
var
` for storage variables.
2018-04-12 16:46:35 +02:00
var_storage_var.sol
Add additional test for `
var
` for storage variables.
2018-04-12 16:46:35 +02:00