How does kotlin data class generate the `toString`...
# announcements
v
How does kotlin data class generate the
toString
function? Is it using reflection to get the class name?
l
It's compile-time
☝🏼 2