data class SomeName(val a: Int, val b: Int, val c: String) fun SomeName.func() = copy(1, 0)