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

6 lines
139 B
Plaintext

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