package test sealed interface Base { fun doSmth() = "doSmth" }