blob: 120346bb56a40add7df279881c4c106e80f574a2 [file] [log] [blame]
package test
public fun interface F {
public abstract fun kotlin.String.f(/*0*/ x: kotlin.Int): kotlin.Unit
}