Files
kotlin-fork/testData/ast/function/method/ownSeveralGenericParams.kt
T
2011-11-09 16:04:57 +04:00

2 lines
59 B
Kotlin

open fun putUVW<U, V, W>(u : U?, v : V?, w : W?) : Unit {
}