solidity/test/libsolidity/syntaxTests
2020-10-12 14:29:53 +02:00
..
abiEncoder Look for experimental pragmas in the module containing the definition when generating code for modifiers and inherited functions 2020-10-12 14:29:53 +02:00
abstract
array Update existing tests. 2020-10-08 18:56:17 +02:00
bound Disallow `using for` directive for interfaces. 2020-08-27 15:57:51 +02:00
constants New tests. 2020-10-08 18:56:18 +02:00
constructor
controlFlow
conversion Mark string literals as not implicitly convertible to calldata arrays 2020-09-16 12:44:57 +02:00
dataLocations
denominations
duplicateFunctions
emit
enums
events Implemented events with function type as one of its indexed parameters 2020-09-30 12:11:38 +02:00
fallback
freeFunctions Update existing tests. 2020-10-08 18:56:17 +02:00
functionCalls Fix shadowing/same-name warnings for later declarations 2020-10-08 20:22:04 +02:00
functionTypes
getter
globalFunctions
iceRegressionTests Introduce CompositeType 2020-09-21 16:18:04 +02:00
immutable
imports
indexing Merge pull request #9909 from ethereum/fix-9890 2020-09-28 12:27:43 +02:00
inheritance
inline_arrays
inlineAssembly
largeTypes Introduce CompositeType 2020-09-21 16:18:04 +02:00
license
literalOperations
literals
lvalues Add missing annotation assignments 2020-10-07 14:52:35 +02:00
memberLookup Fixes internal compiler error with an unused reference to module member. 2020-10-12 11:56:01 +02:00
metaTypes
modifiers
multiSource If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
multiVariableDeclaration
nameAndTypeResolution New tests. 2020-10-08 18:56:18 +02:00
natspec Update existing tests. 2020-10-08 18:56:17 +02:00
parsing Update existing tests. 2020-10-08 18:56:17 +02:00
pragma
receiveEther
returnExpressions
scoping If a declaration shadows several others, group them together 2020-10-08 21:01:25 +02:00
shifts
specialFunctions Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
string Return UTF-8 error in BoolResult and remove it from string type 2020-09-23 17:35:05 +01:00
structs
tryCatch Fix token list. 2020-07-23 14:28:28 +02:00
tupleAssignments
types Fix ICE caused by storage parameters with nested mappings in libraries 2020-10-07 22:07:57 +02:00
unterminatedBlocks
unusedVariables
variableDeclaration
viewPureChecker Add more tests to ViewPureChecker 2020-10-02 11:57:35 +01:00
virtualLookup
visibility
bytecode_too_large.sol
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
double_stateVariable_declaration.sol
double_variable_declaration.sol
duplicate_contract.sol Remove unneeded assert 2020-10-05 13:01:11 +02:00
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol Update existing tests. 2020-10-08 18:56:17 +02:00
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol