Have you ever considered compilation warning or ma...
# language-proposals
m
Have you ever considered compilation warning or maybe better an inspection (that I could set to error) when using `data class`'s
copy
without named arguments? I have literally hundreds of
copy
calls in my little codebase that just grew over 2048 lines and I never felt I need to skip the name of property when doing copy. When I once skipped it by accident it turned out to be a few minutes search for reason why the code is not doing what I want.
👍 1