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