solidity/test/libyul/yulSyntaxTests/dot_ellipse_function_ret.yul
Alex Beregszaszi 0bd6fb027b Update tests
2020-07-07 13:13:58 +01:00

6 lines
134 B
Plaintext

{
function x() -> a...b {}
}
// ----
// SyntaxError 7771: (22-27): "a...b" is not a valid identifier (contains consecutive dots).