blob: c8e0cf1a9db5ff7ed88f6eb2ef6438fc5f11df4f [file]
public open class DifferentGetterAndSetter : R|kotlin/Any| {
public open fun setSomething(color: R|ft<kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
public open fun getSomething(): R|kotlin/Int|
public constructor(): R|test/DifferentGetterAndSetter|
}