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

9 lines
155 B
Solidity

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