mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
8 lines
243 B
Plaintext
Vendored
8 lines
243 B
Plaintext
Vendored
package test
|
|
|
|
public fun gg(/*0*/ kotlin.collections.List<kotlin.String>, /*1*/ vararg kotlin.Int /*kotlin.IntArray*/): kotlin.collections.List<kotlin.String>
|
|
|
|
public/*package*/ open class Vararg {
|
|
public/*package*/ constructor Vararg()
|
|
}
|