4 lines
44 B
Kotlin
4 lines
44 B
Kotlin
package test
|
|
|
|
fun <P> ffgg(a: Array<P>) = a
|
package test
|
|
|
|
fun <P> ffgg(a: Array<P>) = a
|