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|

}
