solidity/test/libyul/yulSyntaxTests/dot_ellipse_function_ret.yul

6 lines
134 B
Plaintext
Raw Normal View History

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