solidity/test/libyul/yulSyntaxTests/dot_ellipse_function.yul
2022-04-01 23:41:18 -05:00

6 lines
150 B
Plaintext

{
function x...y() {}
}
// ----
// SyntaxError 7771: (6-25='function x...y() {}'): "x...y" is not a valid identifier (contains consecutive dots).