9 lines
291 B
Plaintext
Vendored
9 lines
291 B
Plaintext
Vendored
public open class DifferentGetterAndSetter : R|kotlin/Any| {
|
|
public open fun setSomething(color: R|ft<@FlexibleNullability kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
|
|
|
|
public open fun getSomething(): R|kotlin/Int|
|
|
|
|
public constructor(): R|test/DifferentGetterAndSetter|
|
|
|
|
}
|