What's the best way to refactor a "destructured cl...
# intellij
c
What's the best way to refactor a "destructured class" like a data class? In particular, when a new field is added or an existing one is moved, I'd like the associated destructuring snippet of code to be refactored in accordance.
👍 1