elizarov
class MyClass(field: String) { val myProperty = field // here init { println(field) // or here } }