https://kotlinlang.org logo
e

electrolobzik

03/03/2017, 1:42 PM
in Java it is understandable: child constructor can contain a code which uses not initialized yet parent data. but here in kotlin we have code (code of saving parameter value to the property) which is not using parent data and I suppose can be called before parent constructor.