7 lines
186 B
Plaintext
Vendored
7 lines
186 B
Plaintext
Vendored
public open class DifferentGetterAndSetter : R|kotlin/Any| {
|
|
public open fun getSomething(): R|kotlin/Int|
|
|
|
|
public open fun setSomething(p0: R|kotlin/String|): R|kotlin/Unit|
|
|
|
|
}
|