Files
kotlin-fork/compiler/testData/lazyResolve/recursiveComparator/genericFunction.kt
T
2014-03-02 19:55:26 +04:00

4 lines
40 B
Kotlin

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