package test public open class Super { public fun String.foo() = Unit public abstract fun String.bar(p: String) }