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