open class DerivedClass1 : BaseClass() { fun doSmth() {} override fun doSmthAnother() { println(":))") } }