4 lines
44 B
Kotlin
Vendored
4 lines
44 B
Kotlin
Vendored
package test
|
|
|
|
fun <T : String> id(p: T) = p
|