public open class DifferentGetterAndSetter : R|kotlin/Any| { public open fun setSomething(color: R|ft|): R|kotlin/Unit| public open fun getSomething(): R|kotlin/Int| public constructor(): R|test/DifferentGetterAndSetter| }