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