mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
11 lines
239 B
Plaintext
Vendored
11 lines
239 B
Plaintext
Vendored
package test
|
|
|
|
public fun </*0*/ P> ffgg(/*0*/ kotlin.Array<P>): kotlin.Array<P>
|
|
|
|
public/*package*/ open class GenericArray {
|
|
public/*package*/ constructor GenericArray()
|
|
|
|
// Static members
|
|
public open fun ggff(): kotlin.Unit
|
|
}
|