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

6 lines
132 B
Plaintext

{
let a...b := 1
}
// ----
// SyntaxError 7771: (10-15='a...b'): "a...b" is not a valid identifier (contains consecutive dots).