solidity/test/libyul/yulSyntaxTests/dot_consecutive_function_ret.yul

6 lines
132 B
Plaintext
Raw Normal View History

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