``` class B : A { init{ val p = obtainPsome...
# getting-started
r
Copy code
class B : A {
  init{ 
    val p = obtainPsomehow()
    super(p)
  }
}