Files
kotlin-fork/testData/ast/function/method/ownGenericParam.kt
T
2011-11-07 13:20:46 +04:00

2 lines
30 B
Kotlin

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