jkbbwr
data class SP(val first: String, val second: String) val s = SP("one", "two") val ss = s.copyBuilder().setFirst("test").copy()