Yes, I know right, I’m just thinking at the most e...
# announcements
d
Yes, I know right, I’m just thinking at the most effective workaround 😄 e.g.
Copy code
object Dad {
    fun Child() = Parent.Child()
}
fun Dad() = Parent()

Dad() // Ok
Dad.Child() // OK