ean5533
val myDeducedValue = "some value"
init
class MyClass { val myDeducedValue: MyOtherType init { myDeducedValue = getSomeValue() } }