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

6 lines
142 B
Plaintext

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