mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
9 lines
269 B
Plaintext
Vendored
9 lines
269 B
Plaintext
Vendored
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|
|
|
|
|
}
|