mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
7 lines
219 B
Plaintext
Vendored
7 lines
219 B
Plaintext
Vendored
public open class MethodWithVararg : R|kotlin/Any| {
|
|
public open operator fun foo(vararg s: R|kotlin/Array<ft<kotlin/String, kotlin/String?>>|): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/MethodWithVararg|
|
|
|
|
}
|