Join Slack
Powered by
if I subclass a kotlin class, and the parent has a...
# announcements
d
Dalinar
03/06/2016, 8:46 PM
if I subclass a kotlin class, and the parent has an
init{}
do I have to call it from the subclass's
init{}
? or will it be run automatically first before the subclass's
init{}
?
Open in Slack
Previous
Next