// Interface: to be implemented impl interface Interface { fun foo(param: String): Int fun String.bar(y: Double): Boolean val isGood: Boolean var status: Int }