package test

public fun interface F {
    public abstract fun kotlin.String.f(/*0*/ kotlin.Int): kotlin.Unit
}
