solidity/test/libsolidity/syntaxTests
2019-11-27 18:52:41 +01:00
..
abstract Some changes to "abstract". 2019-11-05 13:55:31 +01:00
array Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
bound
constants Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
constructor Some changes to "abstract". 2019-11-05 13:55:31 +01:00
controlFlow Some changes to "abstract". 2019-11-05 13:55:31 +01:00
conversion Merge remote-tracking branch 'origin/develop' into merge_develop_060 2019-11-20 12:27:40 +01:00
dataLocations Some changes to "abstract". 2019-11-05 13:55:31 +01:00
denominations
emit
enums Allow global enum definitions. 2019-09-02 11:52:51 +02:00
events Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
fallback Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
functionCalls Fix function calls with named arguments for overloaded functions 2019-03-20 14:54:41 +01:00
functionTypes Add update suggestion. 2019-08-19 14:58:05 +02:00
getter
globalFunctions Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
imports Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
indexing Fix crash for too large struct array indicies 2019-02-06 11:50:25 +01:00
inheritance Disallow use of virtual and private together 2019-11-27 18:52:41 +01:00
inline_arrays Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
inlineAssembly Adjusts syntax and semantic tests to 0.6.0 2019-11-19 12:10:07 +01:00
literalOperations
literals Allow underscores in hex strings. 2019-09-06 17:58:35 +02:00
lvalues Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
memberLookup Fix assignment of struct containing array of mappings 2019-05-25 01:33:49 +08:00
metaTypes Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
modifiers Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
multiSource Support multiple sources for syntax tests. 2019-08-19 14:45:26 +02:00
multiVariableDeclaration Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
nameAndTypeResolution Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
natspec Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
parsing Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
pragma
receiveEther Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
returnExpressions Add tests to increase coverage of TypeChecker 2019-02-06 20:45:30 +01:00
scoping
specialFunctions Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
string Update tests after merge from develop. 2019-11-26 16:27:07 +01:00
structs Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
tryCatch Tests. 2019-09-23 17:22:56 +02:00
tupleAssignments
types Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
unterminatedBlocks
unusedVariables Tests. 2019-09-23 17:22:56 +02:00
variableDeclaration
viewPure
viewPureChecker Adjusts syntax tests to read-only array length. 2019-11-19 21:11:09 +01:00
virtualLookup
visibility Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
constructor_this.sol
deprecated_functions.sol Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
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 Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unicode_escape_literals.sol
unimplemented_super_function_derived.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
unimplemented_super_function.sol Implement virtual keyword 2019-11-14 11:49:39 +01:00
upper_case_hex_literals.sol