solidity/test/libsolidity/syntaxTests
2020-12-07 13:59:50 +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 Wording in error messages. 2020-11-03 13:31:51 +01:00
controlFlow
conversion Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
dataLocations
denominations
duplicateFunctions
emit
enums
events Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
fallback Some more tests. 2020-11-23 15:00:00 +01:00
freeFunctions
functionCalls Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
functionTypes IR codegen: Handle address() with library type argument and external library calls 2020-11-17 20:36:39 +01:00
getter Wording in error messages. 2020-11-03 13:31:51 +01:00
globalFunctions
iceRegressionTests Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
immutable Immutables with literal values are pure. 2020-11-10 13:08:42 +01:00
imports Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
indexing Allow arrays of contract types as type expressions e.g. for abi.decode. 2020-10-16 19:40:41 +02:00
inheritance Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
inline_arrays
inlineAssembly update tests 2020-12-03 17:15:45 +01:00
largeTypes
license
literalOperations
literals
lvalues Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
memberLookup
metaTypes
modifiers
multiSource
multiVariableDeclaration
nameAndTypeResolution Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
natspec
parsing Use new abicoder pragma. 2020-11-24 14:57:45 +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 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
string
structs Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
super Make super unavailable in libraries. 2020-12-07 13:59:50 +01:00
tryCatch Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
tupleAssignments
types Support BitNot on FixedBytes in IR 2020-11-26 13:20:02 +00:00
underscore Add syntax and semantic tests for underscore 2020-11-03 15:22:57 +00:00
unterminatedBlocks
unusedVariables
variableDeclaration
viewPureChecker Immutables with literal values are pure. 2020-11-10 13:08:42 +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
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
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