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

6 lines
129 B
Plaintext

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