<@U0AK89KT6>: I am not disagreeing, but your exam...
# announcements
j
@jkbbwr: I am not disagreeing, but your example got me thinking: It's easy to define the copyDefault yourself in a copy-pasta sense
Copy code
data class Blob(val foo: String, val baz: String) {
    fun copyDefault() = this.copy()
}