6 lines
64 B
Kotlin
6 lines
64 B
Kotlin
|
|
/**
|
|
* generic function
|
|
*/
|
|
public fun <T : R, R> generic() {
|
|
} |