akshayakp97

Results 1 issues of akshayakp97

## Reproduction steps Scala version: 2.13 ``` // Step 1: Define the case class Person case class Person(name: String, age: Int, id: Int) // Step 2: Define the companion object...