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

6 lines
108 B
Plaintext

{
let a. := 1
}
// ----
// SyntaxError 3384: (10-12): "a." is not a valid identifier (ends with a dot).