hi, i have a question about data class, i have a `...
# announcements
h
hi, i have a question about data class, i have a
data class A
, which is extended from a pojo java class
B
, when i try to
toString
A, it only print the variable that i declared in
A
, how can i make it work with all attributes in
B
?