solidity/test/libyul/yulSyntaxTests/dot_ellipse_variabledeclaration.yul
Alex Beregszaszi 0bd6fb027b Update tests
2020-07-07 13:13:58 +01:00

6 lines
124 B
Plaintext

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