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

6 lines
135 B
Plaintext

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