solidity/test/libsolidity/syntaxTests
chriseth 748afe0edd
Merge pull request #8630 from ethereum/encoding-bug-functionCallOption
TypeChecker error when encoding functions with call options; tests
2020-04-08 16:33:24 +02:00
..
abstract
array Removed redundant declaration check; changed relevant test cases 2020-04-02 12:27:38 +05:30
bound
constants
constructor
controlFlow New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
conversion
dataLocations Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
denominations
emit
enums
events
fallback
functionCalls
functionTypes
getter
globalFunctions
immutable Export immutability. 2020-04-07 17:30:54 +02:00
imports
indexing
inheritance
inline_arrays
inlineAssembly Disallow access to functions from inline assembly. 2020-04-01 10:34:55 +02:00
literalOperations
literals
lvalues
memberLookup
metaTypes
modifiers
multiSource
multiVariableDeclaration
nameAndTypeResolution Added error for interface function with modifiers; test case 2020-04-02 20:30:43 +05:30
natspec
parsing Removed redundant declaration check; changed relevant test cases 2020-04-02 12:27:38 +05:30
pragma
receiveEther
returnExpressions
scoping
specialFunctions TypeChecker error when encoding functions with call options; tests 2020-04-07 21:11:46 +05:30
string
structs Fix #8427: Promoted typeError to fatalTypeError in ReferencesResolver::endVisit(UserDefinedTypeName). 2020-03-25 02:51:34 +01:00
tryCatch
tupleAssignments Fix #8450. Prevented internal compiler errors when assigning nested tuples. 2020-03-31 03:25:26 +02:00
types
unterminatedBlocks
unusedVariables
variableDeclaration
viewPure
viewPureChecker Validate immutable variables 2020-04-02 13:52:27 +02: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
empty_struct.sol
literal_comparisons.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
unicode_escape_literals.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol