solidity/test/libyul/yulSyntaxTests/dot_ellipse_function.yul

6 lines
128 B
Plaintext
Raw Normal View History

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