solidity/test/libsolidity/syntaxTests/parsing/tuples_without_commas.sol

8 lines
119 B
Solidity

contract C {
function f() {
var a = (2 2);
}
}
// ----
// ParserError 2314: (42-43): Expected ',' but got 'Number'