blob: 00897bc6ecc6f0ac542f0307beb5d4344705b4d4 [file] [log] [blame]
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|
}