solidity/test/libsolidity/syntaxTests
2019-01-10 10:36:50 +01:00
..
array
bound
constants
constructor Test. 2018-11-30 16:30:19 +01:00
controlFlow Warn about unreachable code. 2019-01-10 10:36:50 +01:00
conversion
dataLocations Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
denominations
emit
events
fallback
functionCalls
functionTypes Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
getter
globalFunctions
indexing
inheritance Public state variables are implementing external functions. 2018-12-03 10:46:03 +01:00
inline_arrays Merge pull request #5550 from ethereum/moveSomeTests 2018-11-30 09:26:31 +01:00
inlineAssembly Improve yul error messages around number of arguments and variables. 2018-12-04 11:37:03 +01:00
literalOperations
memberLookup Fix bug related to state variables of function type accessed via base contract. 2018-11-29 19:30:27 +01:00
modifiers
multiVariableDeclaration
nameAndTypeResolution Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
natspec
parsing Warn about unreachable code. 2019-01-10 10:36:50 +01:00
pragma
returnExpressions
scoping
specialFunctions
string
structs/recursion Test. 2018-11-30 16:30:19 +01:00
tupleAssignments
types Add tests for implcit conversions from literals to fixed-point numbers. 2018-12-10 17:31:20 +01:00
unterminatedBlocks
variableDeclaration
viewPure
viewPureChecker Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
virtualLookup
visibility
constructor_this.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_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 Fix internal compiler error for unimplemented base contract function. 2018-12-03 12:25:31 +01:00
unimplemented_super_function.sol Fix internal compiler error for unimplemented base contract function. 2018-12-03 12:25:31 +01:00
upper_case_hex_literals.sol