solidity/test/libyul/yulSyntaxTests/dot_ellipse_variabledeclaration.yul

6 lines
124 B
Plaintext
Raw Normal View History

{
let a...b := 1
}
// ----
2020-07-03 14:51:32 +00:00
// SyntaxError 7771: (10-15): "a...b" is not a valid identifier (contains consecutive dots).