solidity/test/libsolidity/syntaxTests
2020-12-03 16:51:05 +01:00
..
abiEncoder Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
abstract
array Adding more tests for array copying from storage to storage. 2020-12-01 08:50:36 +01:00
bound
constants
constructor
controlFlow
conversion Disallow conversion to super. 2020-12-01 14:15:50 +01:00
dataLocations
denominations
duplicateFunctions Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
emit
enums Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
events Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
fallback Some more tests. 2020-11-23 15:00:00 +01:00
freeFunctions Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
functionCalls
functionTypes Merge remote-tracking branch 'origin/develop' into breaking 2020-11-18 20:05:02 +01:00
getter
globalFunctions
iceRegressionTests Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
immutable Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
imports Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
indexing
inheritance Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
inline_arrays
inlineAssembly Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
largeTypes
license
literalOperations
literals
lvalues Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
memberLookup
metaTypes Disallow meta type on super. 2020-12-02 15:43:18 +01:00
modifiers Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
multiSource
multiVariableDeclaration
nameAndTypeResolution Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
natspec
parsing Tests/Docs after stricter explicit conversion. 2020-12-03 16:51:05 +01:00
pragma
receiveEther
returnExpressions
scoping Do not allocate memory objects if they will be assigned directly. 2020-11-24 14:11:01 +01:00
shifts
specialFunctions Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
string
structs Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
tryCatch Disallow meta type on super. 2020-12-02 15:43:18 +01:00
tupleAssignments
types Tests/Docs after stricter explicit conversion. 2020-12-03 16:51:05 +01:00
unchecked
underscore Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
unterminatedBlocks
unusedVariables
variableDeclaration Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
viewPureChecker
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
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
negation.sol
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol