solidity/test/libsolidity/syntaxTests
2023-05-17 16:55:14 +02:00
..
abiEncoder
abstract
array
bytecodeReferences
comments
constantEvaluator
constants User-defined operators: Tests 2023-02-22 00:40:03 +01:00
constructor Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
controlFlow User-defined literal suffixes: Tests 2023-05-17 16:55:14 +02:00
conversion
dataLocations
denominations User-defined literal suffixes: Parsing 2023-05-17 16:28:04 +02:00
duplicateFunctions
emit
enums
errors
events
fallback
freeFunctions Added missing keyword unicode to Lexer 2023-03-28 13:51:43 -03:00
functionCalls Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
functionTypes
getter
globalFunctions
iceRegressionTests Disallow unary plus at the parsing stage 2023-04-18 16:47:00 +02:00
immutable Disallow immutable initialization in try catch statements 2023-05-09 14:48:14 +02:00
imports
indexing
inheritance Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
inline_arrays
inlineAssembly test: some tests for push0 2023-04-12 00:10:24 +02:00
largeTypes
license
literalOperations
literals Refactored NumberUnit and FunctionDefinition. Added OctalNumber. Fixed number followed by identifier with no whitespace. 2023-03-24 16:19:33 -03:00
literalSuffixes Disallow using overloaded functions as literal suffixes 2023-05-17 16:55:14 +02:00
lvalues
memberLookup
metaTypes
modifiers
multiSource
multiVariableDeclaration
nameAndTypeResolution Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
natspec Adds NatSpec to AST for struct definitions. 2023-04-18 13:10:21 +02:00
operators User-defined literal suffixes: Tests 2023-05-17 16:55:14 +02:00
parsing Disallow unary plus at the parsing stage 2023-04-18 16:47:00 +02:00
pragma Introduce solidity-next pragma 2023-05-15 19:25:13 +02:00
receiveEther
returnExpressions
revertStatement
scoping Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
shifts Fix typo in test name: singed -> signed 2023-02-21 21:30:03 +01:00
sizeLimits Add and update tests 2023-04-15 13:47:11 +02:00
specialFunctions
string
structs
super
tryCatch Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
tupleAssignments Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
types Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
unchecked
underscore
unterminatedBlocks
unusedVariables
userDefinedValueType Tests for using enums and fixed-point types as user-defined types 2023-02-21 23:42:22 +01:00
using User-defined operators: Tests 2023-02-22 00:40:03 +01:00
variableDeclaration
viewPureChecker User-defined operators: Tests 2023-02-22 00:40:03 +01:00
virtualLookup
visibility
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