decorator icon indicating copy to clipboard operation
decorator copied to clipboard

Group functions by arity

Open kianmeng opened this issue 2 years ago • 0 comments

This fixed warning below:

warning: clauses with the same name and arity (number of arguments) should be grouped together, "def fun1/1" was previously defined (test/decorate_all_test.exs:50) test/decorate_all_test.exs:54

kianmeng avatar Feb 02 '22 10:02 kianmeng