solidity/test/libsolidity/syntaxTests
2020-04-29 02:18:48 +02:00
..
abstract
array Stricter bounds for memory arrays. 2020-04-16 17:51:18 +02:00
bound
constants
constructor Disallow virtual and override for constructors. 2020-04-15 13:58:37 +02:00
controlFlow New folder localStorageVariable for new testcases; added two new tests 2020-04-02 16:34:45 +05:30
conversion
dataLocations
denominations
emit
enums
events
fallback
functionCalls
functionTypes Extract typing. 2020-04-14 10:59:28 +02:00
getter
globalFunctions Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
iceRegressionTests Type Checker: Fix internal error when applying unary operators to tuples with empty components 2020-04-29 02:18:48 +02:00
immutable Export immutability. 2020-04-07 17:30:54 +02:00
imports
indexing
inheritance
inline_arrays
inlineAssembly
literalOperations
literals
lvalues
memberLookup Fix assignment of struct containing array of mappings 2019-05-25 01:33:49 +08:00
metaTypes
modifiers Tests, Changelog and updated grammar 2020-04-23 17:27:37 +05:30
multiSource
multiVariableDeclaration
nameAndTypeResolution Refactoring of errors and fixes for various ICEs. 2020-04-16 16:42:12 +02:00
natspec
parsing Extract typing. 2020-04-14 10:59:28 +02:00
pragma Add syntax tests for unknown / invalid pragma 2018-07-24 18:35:47 +01:00
receiveEther
returnExpressions Add tests to increase coverage of TypeChecker 2019-02-06 20:45:30 +01:00
scoping
specialFunctions TypeChecker error when encoding functions with call options; tests 2020-04-07 21:11:46 +05:30
string
structs Move direct struct recursion check to detect recursion in global structs. 2020-04-16 16:42:12 +02:00
tryCatch
tupleAssignments Disallow empty tuples on the left hand side 2020-04-23 07:02:04 +02:00
types Review suggestions. 2020-04-16 16:42:12 +02:00
unterminatedBlocks
unusedVariables
variableDeclaration Changed error message and added tests 2018-09-04 11:48:58 +02:00
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