summary refs log tree commit diff stats
path: root/tests/errmsgs/tassignunpack.nim
blob: 09d928a54e6c9630bf3c7e7c562db6c8569620e7 (plain) (blame)
1
2
3
var a, b = 0
(a, b) = 1 #[tt.Error
         ^ tuple expected for tuple unpacking, but got 'int literal(1)']#