guys, why kotlin’s parameter-properties are not in...
# announcements
e
guys, why kotlin’s parameter-properties are not initialized BEFORE call of parent constructor logic? I suppose that they can because compiler can guarantee that this initialization code will not use any parent class data