38f4a35be2
#KT-52020 Fixed
9 lines
231 B
Plaintext
Vendored
9 lines
231 B
Plaintext
Vendored
public open class TwoSetters : R|kotlin/Any| {
|
|
public open fun setSize(size: R|kotlin/String!|): R|kotlin/Unit|
|
|
|
|
public open fun setSize(size: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/TwoSetters|
|
|
|
|
}
|