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