4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
package test
|
|
|
|
fun <P1 : List<String>> id(p: P1) = p
|