solidity/test/libsolidity/syntaxTests/metaTypes
Harikrishnan Mulackal e4e200f29f Changelog and tests
2020-05-11 15:29:05 +05:30
..
codeAccess.sol Tests. 2019-01-17 20:36:48 +01:00
codeAccessAbstractCreation.sol Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
codeAccessAbstractRuntime.sol Add some more abstract keywords in test to make sure the correct property is tested. 2019-11-04 17:26:38 +01:00
codeAccessBase.sol Tests. 2019-01-17 20:36:48 +01:00
codeAccessCyclic.sol Tests. 2019-01-17 20:36:48 +01:00
codeAccessIsConstant.sol Tests. 2019-01-17 20:36:48 +01:00
codeAccessLibrary.sol Tests. 2019-01-17 20:36:48 +01:00
codeIsNoLValue.sol Tests. 2019-01-17 20:36:48 +01:00
contract_min.sol Changelog and tests 2020-05-11 15:29:05 +05:30
int_name.sol Changelog and tests 2020-05-11 15:29:05 +05:30
integer_err.sol Changelog and tests 2020-05-11 15:29:05 +05:30
integer_pure.sol Changelog and tests 2020-05-11 15:29:05 +05:30
integer.sol Changelog and tests 2020-05-11 15:29:05 +05:30
name_constant.sol Provide access to the name of contracts. 2019-02-26 14:07:03 +00:00
name_other_contract.sol Provide access to the name of contracts. 2019-02-26 14:07:03 +00:00
name.sol Provide access to the name of contracts. 2019-02-26 14:07:03 +00:00
noArgForType.sol Tests. 2019-01-17 20:36:48 +01:00
runtimeCodeWarningAssembly.sol Warn if type(..).runtimeCode is used with assembly in the constructor. 2019-01-17 20:36:48 +01:00
tooManyArgsForType.sol Tests. 2019-01-17 20:36:48 +01:00
typeNotRegularIdentifierContractName.sol Tests. 2019-01-17 20:36:48 +01:00
typeNotRegularIdentifierFunction.sol Tests. 2019-01-17 20:36:48 +01:00
typeNotRegularIdentifierParameter.sol Tests. 2019-01-17 20:36:48 +01:00
typeNotRegularIdentifierStateVariable.sol Tests. 2019-01-17 20:36:48 +01:00
typeNotRegularIdentifierVariable.sol Tests. 2019-01-17 20:36:48 +01:00
typeOfContract.sol Detect custom type expressions that have no effect 2019-02-18 18:59:31 +01:00
typeRecursive.sol implemented type(X).min and type(X).max for all integer types 2020-05-11 14:51:13 +05:30
unsupportedArgForType.sol implemented type(X).min and type(X).max for all integer types 2020-05-11 14:51:13 +05:30