solidity/test/libyul/yulSyntaxTests/dot_consecutive_variabledeclaration.yul

6 lines
122 B
Plaintext
Raw Normal View History

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