public abstract interface IntrinsicCompanionObject : R|kotlin/Any| { public abstract fun testInt(i: R|ft|): R|kotlin/Unit| public abstract fun testChar(c: R|ft|): R|kotlin/Unit| public abstract fun testString(s: R|ft|): R|kotlin/Unit| public abstract fun testBoolean(b: R|ft|): R|kotlin/Unit| public abstract fun testEnum(e: R|ft|): R|kotlin/Unit| }