solidity/test/libyul/yulSyntaxTests/dot_ellipse_function_arg.yul

6 lines
130 B
Plaintext
Raw Normal View History

{
function x(a...b) {}
}
// ----
2020-07-03 14:51:32 +00:00
// SyntaxError 7771: (17-22): "a...b" is not a valid identifier (contains consecutive dots).