android13/external/dokka/core/testdata/functions/genericFunctionWithConstrai...

6 lines
64 B
Kotlin

/**
* generic function
*/
public fun <T : R, R> generic() {
}