solidity/test/libyul/yulSyntaxTests/dot_trailing_function_ret.yul

6 lines
118 B
Plaintext
Raw Normal View History

{
function x() -> a. {}
}
// ----
2020-07-03 14:51:32 +00:00
// SyntaxError 3384: (22-24): "a." is not a valid identifier (ends with a dot).