blob: 390faac61f1b9abdc7804016901bd9d2c97993b1 [file] [log] [blame]
public abstract interface IntrinsicCompanionObject : R|kotlin/Any| {
public abstract fun testInt(i: R|kotlin/Int.Companion!|): R|kotlin/Unit|
public abstract fun testChar(c: R|kotlin/Char.Companion!|): R|kotlin/Unit|
public abstract fun testString(s: R|kotlin/String.Companion!|): R|kotlin/Unit|
public abstract fun testBoolean(b: R|kotlin/Boolean.Companion!|): R|kotlin/Unit|
public abstract fun testEnum(e: R|kotlin/Enum.Companion!|): R|kotlin/Unit|
}