blob: 87ec516cec499a2b51cd1706a8892a988841ec7e [file] [log] [blame]
public open class DifferentGetterAndSetter : R|kotlin/Any| {
public open fun setSomething(color: R|kotlin/String!|): R|kotlin/Unit|
public open fun getSomething(): R|kotlin/Int|
public constructor(): R|test/DifferentGetterAndSetter|
}