Files
kotlin-fork/compiler/testData/lazyResolve/recursiveComparator/genericFunction.kt
T

3 lines
39 B
Kotlin

package test
fun <T> foo(t : T) : T {}