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

9 lines
138 B
Solidity

contract C
{
function f ( ) public {
var i = ( ( 1 ( 3 ) ) , 2 );
}
}
// ----
// TypeError: (61-68): Type is not callable