“”” open class Base(p:Int) class Derived(p:Int): ...
# getting-started
i
“”” open class Base(p:Int) class Derived(p:Int): Base(p) “””