solidity/test/libsolidity/syntaxTests/functionCalls/int_not_callable.sol

9 lines
135 B
Solidity
Raw Normal View History

contract C
{
function f ( ) public {
2020-07-15 17:50:59 +00:00
( ( 1 ( 3 ) ) , 2 );
}
}
// ----
2020-07-15 17:50:59 +00:00
// TypeError 5704: (53-60): Type is not callable