error[E04007]: incompatible types ┌─ tests/move_check/translated_ir_tests/move/commands/pop_positive.move:7:9 │ 2 │ fun three(): (u64, u64, u64) { │ --------------- Given expression list of length 3: '(u64, u64, u64)' · 7 │ (_, _) = three(); │ ^^^^^^ │ │ │ Invalid value for assignment │ Expected expression list of length 2: '(_, _)'