solidity/test/libsolidity/syntaxTests
2021-10-12 15:15:54 +02:00
..
abiEncoder
abstract
array Add type().min/max for enums 2021-09-01 15:02:02 +02:00
bound Remove assertions preventing calldata->calldata conversion when cleanup is needed 2021-06-22 16:10:16 +02:00
bytecodeReferences
comments
constantEvaluator
constants Fix infinite recursion in function call graph generator due to recursive constant references. 2021-06-08 16:39:30 +02:00
constructor
controlFlow Tests for unassigned calldata returns. 2021-09-13 15:22:46 +02:00
conversion
dataLocations
denominations
duplicateFunctions
emit
enums Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
errors Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
events Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
fallback
freeFunctions
functionCalls
functionTypes
getter
globalFunctions
iceRegressionTests
immutable Allow reading of immutables during construction time 2021-08-19 13:59:05 +02:00
imports Properly export symbols from aliased imports. 2021-09-01 19:55:30 +02:00
indexing
inheritance Add override exception for interface functions. 2021-08-31 10:45:31 +02:00
inline_arrays
inlineAssembly Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
largeTypes
license Properly detect multiple licenses and validate them. 2021-09-16 11:18:26 +02:00
literalOperations
literals
lvalues
memberLookup
metaTypes Add type().min/max for enums 2021-09-01 15:02:02 +02:00
modifiers Disallow modifier declarations and definitions in interfaces 2021-08-31 15:25:08 +02:00
multiSource
multiVariableDeclaration
nameAndTypeResolution Disallow modifier declarations and definitions in interfaces 2021-08-31 15:25:08 +02:00
natspec Fix: Allow multiple @return tags on public state variables 2021-06-07 15:16:46 +02:00
parsing Allow Mapping keys to have type UserDefinedValueType. 2021-09-13 10:03:49 +02:00
pragma Adds some more version pragma test cases. 2021-10-12 15:15:54 +02:00
receiveEther
returnExpressions
revertStatement
scoping Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
shifts
specialFunctions
string
structs Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
super
tryCatch Add type().min/max for enums 2021-09-01 15:02:02 +02:00
tupleAssignments
types Fix ICE when printing an error message related to mappings 2021-10-06 17:02:36 +02:00
unchecked
underscore
unterminatedBlocks
unusedVariables
userDefinedValueType Added a multisource test for UserDefinedValueTypes and imports 2021-09-15 17:48:53 +02:00
variableDeclaration
viewPureChecker Tests and Changelog for basefee. 2021-08-11 09:51:12 +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
duplicate_contract.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
negation.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