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

6 lines
154 B
Plaintext

{
let x, y := 1
}
// ----
// DeclarationError 3812: (3-16='let x, y := 1'): Variable count mismatch for declaration of "x, y": 2 variables and 1 values.