mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 00:21:30 +00:00
9 lines
250 B
Plaintext
Vendored
9 lines
250 B
Plaintext
Vendored
public open class TwoSetters : R|kotlin/Any| {
|
|
public open fun setSize(size: R|ft<kotlin/String, kotlin/String?>|): R|kotlin/Unit|
|
|
|
|
public open fun setSize(size: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/TwoSetters|
|
|
|
|
}
|