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

9 lines
147 B
Solidity

contract C
{
function f ( ) public {
( ( 1 ( 3 ) ) , 2 );
}
}
// ----
// TypeError 5704: (53-60): This expression is not callable.