Files
kotlin-fork/testData/ast/function/method/ownGenericParam.kt
T
2011-11-07 12:26:53 +04:00

1 line
30 B
Kotlin

fun putU<U>(u : U?) : Unit { }