Rob
02/26/2019, 2:13 PMoverride fun toString(): String {
return super.toString()
}
in each of the subclasses?diesieben07
02/26/2019, 2:23 PMdata class
?Rob
02/26/2019, 2:29 PMstreetsofboston
02/26/2019, 2:29 PMsuper.toString()
or super.someMethod
from any other method…. not sure what you are trying to accomplishRob
02/26/2019, 2:29 PMRob
02/26/2019, 2:30 PMdiesieben07
02/26/2019, 2:30 PMdiesieben07
02/26/2019, 2:30 PMstreetsofboston
02/26/2019, 2:31 PMsuper.super.toString()
or something similar, if that is what you are trying to accomplish for your data classes.Sabrina Namur
02/26/2019, 2:44 PMRob
02/26/2019, 3:50 PMSOFe
02/27/2019, 4:40 PMdata class
if you don't want the autogenerated methods though