Files
Android11/external/dokka/core/testdata/functions/genericFunctionWithConstraints.kt
2023-10-13 14:01:41 +00:00

6 lines
64 B
Kotlin

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