solidity/test/libsolidity/syntaxTests/functionCalls/int_not_callable.sol
2022-04-01 23:41:18 -05:00

9 lines
145 B
Solidity

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