7 lines
194 B
Plaintext
Vendored
7 lines
194 B
Plaintext
Vendored
public open class MethodWithVararg : R|kotlin/Any| {
|
|
public open fun foo(vararg s: R|kotlin/Array<out kotlin/String>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/MethodWithVararg|
|
|
|
|
}
|