/ tests / expectations / compiler / tuple / tuple_in_function_param.out
tuple_in_function_param.out
1  Error [ETYC0372051]: A function cannot take in a tuple as input.
2      --> compiler-test:3:20
3       |
4     3 |     transition foo(a: (u8, u16)) -> (u8, u16) {
5       |                    ^^^^^^^^^^^^