solidity/test/libsolidity/syntaxTests/viewPureChecker
2018-12-12 14:43:44 +01:00
..
assembly.sol
builtin_functions_restrict_warning.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00
builtin_functions_view_fail.sol Update test suite to use address payable. 2018-09-12 16:21:43 +02:00
builtin_functions.sol Add return data to bare calls. 2018-09-04 13:31:10 +02:00
call_internal_functions_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
call_internal_functions_success.sol
constant_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
constant.sol
creation_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
creation_view_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
function_types_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
function_types.sol
interface.sol
local_storage_variables_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
local_storage_variables.sol
mappings.sol
modifiers_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
modifiers.sol
msg_value_modifier_view.sol Turn warning into error. 2018-09-03 18:35:57 +02:00
msg_value_modifier.sol Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00
overriding_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
overriding_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
read_storage_pure_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
returning_structs_fail.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
returning_structs_no_restrict_warning.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
selector_complex2.sol
selector_complex.sol
selector.sol Extend view pure test suite. 2018-07-04 11:25:45 +02:00
smoke_test.sol
suggest_pure.sol Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
suggest_view.sol
write_storage_fail.sol