set_incorrect_num_operands.out
1 Error [EPAR0370021]: The type of `tokens` has no associated function `set` that takes 3 argument(s). 2 --> compiler-test:17:9 3 | 4 17 | tokens.set(addr, amount, 1u128); 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 6 Error [EPAR0370021]: The type of `amounts` has no associated function `set` that takes 1 argument(s). 7 --> compiler-test:19:9 8 | 9 19 | amounts.set(1u8); 10 | ^^^^^^^^^^^^^^^^ 11 Error [EPAR0370021]: The type of `amounts` has no associated function `set` that takes 0 argument(s). 12 --> compiler-test:21:9 13 | 14 21 | amounts.set(); 15 | ^^^^^^^^^^^^^